blob: da36efa1d9d197c3badd17c972ef984ce612ddc1 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2 -msse4 -march=core2" } */
#include <emmintrin.h>
__m128i
test (long long b)
{
return _mm_cvtsi64_si128 (b);
}
/* { dg-final { scan-assembler "movq" } } */