You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Check if BLAS functions correctly return single-precision floating point.
* m4/octave_blas.m4 (OCTAVE_BLAS): Add check for return type of BLAS function
SDOT. Some implementations (e.g., Apple Accelerate) erroneously return a
double-precision floating point value for this function (and all other BLAS
functions that should return a single-precision floating point value). Fail the
configuration if that error is detected in the used BLAS implementation.
0 commit comments