[Bug target/117393] Consider inlining memcmp(a, b, small constant)==0 on -Os
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117393 --- Comment #3 from LIU Hao --- 16 can be inlined if SSE2 is available. 32 can also be inlined if AVX2 is available.
[Bug target/117393] Consider inlining memcmp(a, b, small constant)==0 on -Os
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117393 Andrew Pinski changed: What|Removed |Added CC||lh_mouse at 126 dot com --- Comment #2
[Bug target/117393] Consider inlining memcmp(a, b, small constant)==0 on -Os
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117393 Richard Biener changed: What|Removed |Added Target||x86_64-*-* Status|UNCONFIR