wumeibanfa commented on PR #59426:
URL: https://github.com/apache/doris/pull/59426#issuecomment-3694531983
don't use simd
```text
Running ./be/output/lib/benchmark_test
Run on (16 X 200 MHz CPU s)
CPU Caches:
L1 Data 64 KiB (x16)
L1 Instruction 64 KiB (x16)
L2 Unified 512 KiB (x16)
L3 Unified 32768 KiB (x1)
Load Average: 0.00, 0.00, 0.12
---------------------------------------------------------------------------------------------------------------
Benchmark Time
CPU Iterations UserCounters...
---------------------------------------------------------------------------------------------------------------
BM_bytes32_mask_to_bits32_mask/32/repeats:5_mean 3.92 ns
3.92 ns 5 bytes_per_second=7.61044G/s
BM_bytes32_mask_to_bits32_mask/32/repeats:5_median 3.91 ns
3.91 ns 5 bytes_per_second=7.6193G/s
BM_bytes32_mask_to_bits32_mask/32/repeats:5_stddev 0.011 ns
0.011 ns 5 bytes_per_second=22.2868M/s
BM_bytes32_mask_to_bits32_mask/32/repeats:5_cv 0.29 %
0.29 % 5 bytes_per_second=0.29%
BM_bytes32_mask_to_bits32_mask/64/repeats:5_mean 7.86 ns
7.86 ns 5 bytes_per_second=7.58778G/s
BM_bytes32_mask_to_bits32_mask/64/repeats:5_median 7.84 ns
7.84 ns 5 bytes_per_second=7.60375G/s
BM_bytes32_mask_to_bits32_mask/64/repeats:5_stddev 0.038 ns
0.038 ns 5 bytes_per_second=36.9531M/s
BM_bytes32_mask_to_bits32_mask/64/repeats:5_cv 0.48 %
0.48 % 5 bytes_per_second=0.48%
BM_bytes32_mask_to_bits32_mask/256/repeats:5_mean 31.4 ns
31.4 ns 5 bytes_per_second=7.60191G/s
BM_bytes32_mask_to_bits32_mask/256/repeats:5_median 31.3 ns
31.3 ns 5 bytes_per_second=7.61015G/s
BM_bytes32_mask_to_bits32_mask/256/repeats:5_stddev 0.077 ns
0.077 ns 5 bytes_per_second=19.1616M/s
BM_bytes32_mask_to_bits32_mask/256/repeats:5_cv 0.25 %
0.25 % 5 bytes_per_second=0.25%
BM_bytes32_mask_to_bits32_mask/1024/repeats:5_mean 125 ns
125 ns 5 bytes_per_second=7.61962G/s
BM_bytes32_mask_to_bits32_mask/1024/repeats:5_median 125 ns
125 ns 5 bytes_per_second=7.6198G/s
BM_bytes32_mask_to_bits32_mask/1024/repeats:5_stddev 0.008 ns
0.008 ns 5 bytes_per_second=481.167k/s
BM_bytes32_mask_to_bits32_mask/1024/repeats:5_cv 0.01 %
0.01 % 5 bytes_per_second=0.01%
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]