Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr48084-1.c
blobd9eef495cb0efbe9e9e74abba56f149fd722f823
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -msse2" } */
4 typedef int __m64 __attribute__ ((__vector_size__ (8), __may_alias__));
5 typedef float __v2sf __attribute__ ((__vector_size__ (8)));
6 typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
7 typedef float __v4sf __attribute__ ((__vector_size__ (16)));
8 void
9 _mm_storeh_pi (__m64 *__P, __m128 __A)
11 __builtin_ia32_storehps ((__v2sf *)__P, (__v4sf)__A);