Files
OpenBLAS/kernel
Bart Oldeman 62f7b244ff Replace use of FLT_MAX in x86_64 zscal.c by isinf()
Commit def4996 fixed issues with inf and nan values in zscal,
but used FLT_MAX, where DBL_MAX or isinf() is more appropriate,
as FLT_MAX is for single precision only.
Using FLT_MAX caused test case failures in the LAPACK tests.

isinf() is consistent with the later fix 969601a1
2024-05-24 17:20:27 +00:00
..
2022-08-11 15:02:58 +01:00
2024-03-12 15:46:23 +01:00
2024-01-16 23:45:06 +08:00
2019-03-30 22:18:03 +01:00
2024-03-13 13:07:26 +01:00
2020-11-12 17:35:17 +08:00
2024-01-08 16:11:25 +01:00