about summary refs log tree commit diff
path: root/sysdeps/aarch64/tst-sme-jmp.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Add longjmp test for SMESzabolcs Nagy2024-01-021-0/+280
Includes test for setcontext too. The test directly checks after longjmp if ZA got disabled and the ZA contents got saved following the lazy saving scheme. It does not use ACLE code to verify that gcc can interoperate with glibc. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>