diff options
| author | Mark Brown <broonie@kernel.org> | 2026-01-27 16:16:14 +0000 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2026-01-28 13:09:30 +0000 |
| commit | 96e004b4bdf9029d137a1b06de1606ff6e263ab8 (patch) | |
| tree | 17fcb0c33958e4790ae714e0868f4ad62ff29ae0 /tools/testing | |
| parent | 3c58f03e805f8f9025f09fe393103947dca49c57 (diff) | |
kselftest/arm64: Add a no-SVE loop after SVE in fp-pidbench
Some applications use SVE intermittently, one common case being where SVE
is used during statup (eg, by ld.so) but then rarely if ever during the
main application runtime. Add a repeat of the no SVE loop after we've done
the SVE loops to fp-pidbench to capture results for that.
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/arm64/fp/fp-pidbench.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/fp/fp-pidbench.S b/tools/testing/selftests/arm64/fp/fp-pidbench.S index 73830f6bc99b..aeeadc7873dc 100644 --- a/tools/testing/selftests/arm64/fp/fp-pidbench.S +++ b/tools/testing/selftests/arm64/fp/fp-pidbench.S @@ -63,6 +63,10 @@ function _start puts "SVE used per syscall: " test_loop "rdvl x0, #8" + // Test non-SVE execution after SVE + puts "No SVE after SVE: " + test_loop + // And we're done out: mov x0, #0 |
