blob: f4d3a9a8f265f252ae5e861db0a6de1641050131 [file] [log] [blame]
/* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-O2 -msse4 -march=core2 -dp" } */
#include <emmintrin.h>
__m128i
test (long long b)
{
return _mm_cvtsi64_si128 (b);
}
/* { dg-final { scan-assembler-times "\\*vec_concatv2di_rex64/4" 1 } } */