blob: 99e875894d2fd8a00b4a64111cba1a5da946e758 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-msse" } */
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; }