Skip to content

Commit

Permalink
More verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-masui committed Sep 27, 2024
1 parent 2cc9fc3 commit 493ba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def pytest_report_header(config):
avx2 = bitshuffle.using_AVX2()
avx512 = bitshuffle.using_AVX512()
neon = bitshuffle.using_NEON()
return f"SSE2 {sse2}; AVX2 {avx2}; AVX512 {avx512}; NEON {neon}"
return f"Bitshuffle instruction set: SSE2 {sse2}; AVX2 {avx2}; AVX512 {avx512}; NEON {neon}"

0 comments on commit 493ba5a

Please sign in to comment.