[Bug target/56298] wmmintrin.h aborts compilation on the machines without AES

piotr.wyderski at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Feb 12 13:55:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56298

--- Comment #6 from Piotr Wyderski <piotr.wyderski at gmail dot com> 2013-02-12 13:55:08 UTC ---

#include <wmmintrin.h>

__m128i f(__m128i x, __m128i y) {

    return _mm_aesenc_si128(x, y);
}



More information about the Gcc-bugs mailing list