diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2025-12-31 15:18:38 -0800 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-01-17 20:37:25 +0100 |
| commit | a25c7709490e35c6540bb222a16ed582a9929f56 (patch) | |
| tree | 522d91ff23ff1e10426f55d5c57f3ca1afaf94d4 /test | |
| parent | d8605777111eb8990f82add23b566a7957f2c616 (diff) | |
| download | Project-Tick-a25c7709490e35c6540bb222a16ed582a9929f56.tar.gz Project-Tick-a25c7709490e35c6540bb222a16ed582a9929f56.zip | |
Remove old comments about crc32 folding from crc32 benchmark.
Diffstat (limited to 'test')
| -rw-r--r-- | test/benchmarks/benchmark_crc32.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/benchmarks/benchmark_crc32.cc b/test/benchmarks/benchmark_crc32.cc index 223a1eaa64..e3c4d9e2c2 100644 --- a/test/benchmarks/benchmark_crc32.cc +++ b/test/benchmarks/benchmark_crc32.cc @@ -89,11 +89,9 @@ BENCHMARK_CRC32(power8, crc32_power8, test_cpu_features.power.has_arch_2_07); BENCHMARK_CRC32(vx, crc32_s390_vx, test_cpu_features.s390.has_vx); #endif #ifdef X86_PCLMULQDQ_CRC -/* CRC32 fold does a memory copy while hashing */ BENCHMARK_CRC32(pclmulqdq, crc32_pclmulqdq, test_cpu_features.x86.has_pclmulqdq); #endif #ifdef X86_VPCLMULQDQ_CRC -/* CRC32 fold does a memory copy while hashing */ BENCHMARK_CRC32(vpclmulqdq, crc32_vpclmulqdq, (test_cpu_features.x86.has_pclmulqdq && test_cpu_features.x86.has_avx512_common && test_cpu_features.x86.has_vpclmulqdq)); #endif #ifdef LOONGARCH_CRC |
