2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr69194.c
blob477d5f92c8ec169ce5719e8583d436698c47117b
1 /* PR target/69194 */
2 /* { dg-do-compile } */
3 /* { dg-require-effective-target arm_neon_ok } */
4 /* { dg-options "-O2" } */
5 /* { dg-add-options arm_neon } */
7 typedef __simd128_float32_t float32x4_t;
9 float32x4_t
10 sub (float32x4_t a, float32x4_t b, float32x4_t c, float32x4_t d, float32x4_t e)
12 return __builtin_neon_vld1v4sf((const float *)&e);