ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/aarch64/pr81414.c

10 lines
204 B
C

/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=cortex-a57" } */
typedef __Float32x2_t float32x2_t;
float32x2_t
foo1 (float32x2_t __a, float32x2_t __b, float32x2_t __c) {
return __b * __c + __a;
}