mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr64199.c
blobe3f1002f1bd4215cfb444e02a7879c16d9f01511
1 /* { dg-do compile } */
2 /* { dg-additional-options "-ffast-math -frounding-math" } */
4 float
5 foo (void)
7 return 1.1f + 2.2f + 2.2f;