rt_gccstream/gcc/testsuite/gcc.target/i386/pr38240.c

9 lines
201 B
C

/* { dg-do compile } */
typedef float V
__attribute__ ((__vector_size__ (16), __may_alias__));
V __attribute__((target("sse"))) f(const V *ptr) { return *ptr; }
V g(const V *ptr) { return *ptr; }