Files
Maodi Ma d36de972ef erasure_code: add special dispatch case
Using highest-level instruction set may not reveal the best
performance on certain platform. E.g. using AVX impl for ec
updating instead of AVX2 impl can be faster on Hygon 1/2/3
platform.

This commit identifies Hygon platform and use a special
dispatch case for ec_encode_data_update to choose certain
instruction set impl.

Signed-off-by: Maodi Ma <mamaodi@hygon.cn>
2025-11-17 16:43:21 +00:00
..
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2023-12-01 14:20:56 +00:00
2024-04-22 11:35:03 +02:00
2024-11-21 15:30:27 +00:00