[Bug c/81389] _mm_cmpestri segfault on -O0

2017-08-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c/81389] _mm_cmpestri segfault on -O0

2017-08-17 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 --- Comment #13 from Marc Glisse --- (In reply to rockeet from comment #7) > @Marc @Jakub @Martin > Intel CPU document says: operand of _mm_cmpestri can be memory or mm > register, when the operand is memory, it does not require alignment. That'

[Bug c/81389] _mm_cmpestri segfault on -O0

2017-08-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 --- Comment #12 from H.J. Lu --- (In reply to rockeet from comment #11) > @H.J. Lu > > Have you tried your `solution`? > > `_mm_cmpestri` is a C function and have no overloaded with type `__m128i_u`. [hjl@gnu-tools-1 pr81389]$ cat y.c #include