diff options
Diffstat (limited to 'tests/prctl-sve-Xabbrev.c')
-rw-r--r-- | tests/prctl-sve-Xabbrev.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/prctl-sve-Xabbrev.c b/tests/prctl-sve-Xabbrev.c new file mode 100644 index 000000000..f16989532 --- /dev/null +++ b/tests/prctl-sve-Xabbrev.c @@ -0,0 +1,4 @@ +#define XLAT_ABBREV 1 +/* NB: prctl-sme.c supports both SVE and SME */ +#define EXT SVE +#include "prctl-sme.c" |