[Bug target/64554] _mm_clmulepi64_si128 doesn't compile with -O2

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 9 21:53:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I don't see any bug in that.  You can't use intrinsics for ISAs that aren't
enabled, either from command line, or default -march selection, or through
target attribute on particular function, or function multi-versioning.



More information about the Gcc-bugs mailing list