1 /* { dg-additional-options "-mavx2" { target avx_runtime } } */
5 extern void abort (void);
7 struct X
{ double x
; double y
; };
9 void __attribute__((noinline
,noclone
))
10 foo (struct X
*x
, double px
, int s
)
13 for (i
= 0; i
< 256; ++i
)
26 if (x
[0].x
!= 1. || x
[0].y
!= 1.
27 || x
[510].x
!= 1. || x
[510].y
!= 256.)