/* { dg-do compile { target { ! ia32 } } } */ /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=core2" } } */ /* { dg-options "-O2 -msse4 -march=core2 -dp" } */ #include __m128i test (long long b) { return _mm_cvtsi64_si128 (b); } /* { dg-final { scan-assembler-times "\\*vec_concatv2di_0/0" 1 } } */