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
..
2025-06-23 08:48:01 +01:00
2025-06-23 08:48:01 +01:00
2025-07-17 09:57:45 +02:00