Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
pr81414.C
blob: 53dfc7cf800101d6b371588b386d8e44bbcaa858 [
file
]
/* { 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
;
}