summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/pr81414.C
blob: 53dfc7cf800101d6b371588b386d8e44bbcaa858 (plain)
1
2
3
4
5
6
7
8
9
/* { 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;
}