Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created April 13, 2019 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasterDuke17/46224e4879af857662e2304c2a71677e to your computer and use it in GitHub Desktop.
Save MasterDuke17/46224e4879af857662e2304c2a71677e to your computer and use it in GitHub Desktop.
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