Files
OpenBLAS/kernel
Bart Oldeman f8ad5344c2 Fix casum fallback kernel.
This kernel is only used on Skylake+ if the kernel with AVX512
intrinsics can't be used, but used the variable x1 incorrectly
in the tail end of the loop, as it is still at the initial
value instead of where x points to.

This caused 55 "other error"s in the LAPACK tests
(https://github.com/OpenMathLib/OpenBLAS/issues/4282)

This change makes casum.c as similar as possible as zasum.c,
because zasum.c does this correctly.
2023-11-17 23:53:56 +00:00
..
2022-08-11 15:02:58 +01:00
2023-07-23 20:37:07 +02:00
2019-03-30 22:18:03 +01:00
2020-11-12 17:35:17 +08:00
2023-11-17 23:53:56 +00:00