Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-06-24 09:44:11 +00:00
parent bd6b9161dc
commit 84cc08b756
2 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,7 @@ test.file_grep(test.stats,
r'Optimizations, Loop unrolling, Lowered priority-encoder to mostsetbitp1\s+(\d+)',
8)
test.file_grep(test.stats,
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)',
1)
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)', 1)
test.execute()

View File

@ -24,8 +24,7 @@ test.file_grep(test.stats,
r'Optimizations, Loop unrolling, Lowered priority-encoder to mostsetbitp1\s+(\d+)',
8)
test.file_grep(test.stats,
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)',
1)
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)', 1)
test.execute()