Skip to content

Commit 96e004b

Browse files
brooniewilldeacon
authored andcommitted
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>
1 parent 3c58f03 commit 96e004b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/testing/selftests/arm64/fp/fp-pidbench.S

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ function _start
6363
puts "SVE used per syscall: "
6464
test_loop "rdvl x0, #8"
6565

66+
// Test non-SVE execution after SVE
67+
puts "No SVE after SVE: "
68+
test_loop
69+
6670
// And we're done
6771
out:
6872
mov x0, #0

0 commit comments

Comments
 (0)