libstdc++: Disable std::formatter<char8_t, C> specialization
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vrev32qs16_1.c
blob30a81528aef4c57c413c43f4a436699a30d7141e
1 /* Test the `vrev32q_s16' ARM Neon intrinsic. */
3 /* { dg-options "-save-temps -fno-inline" } */
4 /* { dg-add-options arm_neon } */
6 #include "arm_neon.h"
7 #include "../../aarch64/simd/vrev32qs16.x"
9 /* { dg-final { scan-assembler "vrev32\.16\[ \t\]+\[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+!?\(\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" } } */