Files
lapack/CBLAS/testing
Sébastien Villemot 776a0223b0 Fix CBLAS tests with 64-bit indexing
This patch replaces all instances of “int” by “CBLAS_INT” in CBLAS/testing/*.c
(except for RowMajorStrg which has must remain an “int”, since it is declared
as such in CBLAS main code).

Interestingly, the bug would not manifest on low endian architectures,
because interpreting an int64_t pointer as an int32_t pointer works there (as
long as the integers fits in 31 bits, which is the case here). But on big
endian architectures, this of course fails badly.
2022-11-27 13:18:46 +01:00
..
2017-12-01 06:55:48 -05:00
2017-12-01 06:55:48 -05:00
2017-12-01 06:55:48 -05:00
2017-12-01 06:55:48 -05:00
2019-07-27 23:07:37 -05:00