Files
OpenBLAS/kernel
gxw 2c4a5cc6e6 LoongArch64: Fixed snrm2_lsx.S and cnrm2_lsx.S
When the data type is single-precision real or single-precision complex,
converting it to double precision does not prevent overflow (as exposed in LAPACK tests).
The only solution is to follow C's approach: find the maximum value in the
array and divide each element by that maximum to avoid this issue
2025-02-12 15:48:01 +08:00
..
2020-11-12 17:35:17 +08:00
2025-01-22 15:51:49 +01:00
2025-01-22 16:07:35 +01:00