JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

Version 5.10.0 #129

Closed staticfloat closed 4 months ago

staticfloat commented 4 months ago

This provides a flexible mechanism through which LBT's autodetection facilities can be overridden. It enables debugging strange behaviors without needing to recompile LBT from scratch to disable a certain layer of its behavior.

This also adds support for COMPLEX_RETSTYLE_FNDA for Windows x64, and fixes CI on i686.