URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [sse2-init-v2di-2.c] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
/* { 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 } } */
Go to most recent revision | Compare with Previous | Blame | View Log