[MAINTAINERS] Update email and move to DCO
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vtrnqf32_1.c
blob509d434e8f2c8313bfe831824cc44745a8bb326a
1 /* Test the `vtrnQf32' ARM Neon intrinsic. */
3 /* { dg-options "-save-temps -O1 -fno-inline" } */
4 /* { dg-add-options arm_neon } */
6 #include "arm_neon.h"
7 #include "../../aarch64/simd/vtrnqf32.x"
9 /* { dg-final { scan-assembler-times "vtrn\.32\[ \t\]+\[qQ\]\[0-9\]+, ?\[qQ\]\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */