------- Comment #1 from rguenth at gcc dot gnu dot org 2008-08-01 11:58 ------- It's very (un-)useful that
extern __inline __m128i __attribute__((__gnu_inline__, __always_inline__, __artificial__)) _mm_move_epi64 (__m128i __A) { return _mm_set_epi64 ((__m64)0LL, _mm_movepi64_pi64 (__A)); } it is not even documented what the function is supposed to do... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36992