libstdc++: Fix find_last_set(simd_mask) to ignore padding bits
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / pr81414.c
blob53dfc7cf800101d6b371588b386d8e44bbcaa858
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mcpu=cortex-a57" } */
4 typedef __Float32x2_t float32x2_t;
5 float32x2_t
6 foo1 (float32x2_t __a, float32x2_t __b, float32x2_t __c) {
7 return __b * __c + __a;