-
-
Save MasterDuke17/46224e4879af857662e2304c2a71677e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/strings/ops.c:2304:13: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
[-Wpass-failed=transform-warning] | |
while (spos_l < s->body.num_graphs) | |
^ | |
src/strings/ops.c:2286:9: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
[-Wpass-failed=transform-warning] | |
while (spos_l < s->body.num_graphs) | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment