Files
opencv/hal
48b2496ca6 perf(rvv): fuse FP32 L2 widening multiply and accumulation
Replace separate widening multiplication and FP64 addition with
widening FMA in the unmasked and masked FP32 L2 norm kernels.

Finite FP32 products are exactly representable in FP64, so this
preserves numerical results without changing the accumulation order.
Tail and mask undisturbed policies are retained.

Co-authored-by: Yang Wang <yangwang@iscas.ac.cn>
Co-authored-by: Yuansheng <yuansheng@isrc.iscas.ac.cn>
2026-09-20 15:15:55 +08:00
..
2026-07-09 12:17:24 +03:00