Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vextf32_1.c
blob1a52f8c8fcd991662eb2db5e6ee94389202e6c10
1 /* Test the `vextf32' ARM Neon intrinsic. */
3 /* { dg-options "-save-temps -O3 -fno-inline" } */
4 /* { dg-add-options arm_neon } */
6 #include "arm_neon.h"
7 #include "../../aarch64/simd/ext_f32.x"
9 /* { dg-final { scan-assembler-times "vext\.32\[ \t\]+\[dD\]\[0-9\]+, \[dD\]\[0-9\]+, \[dD\]\[0-9\]+, #\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */