JuliaLinearAlgebra / libblastrampoline

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

Fix armv7l trampoline #34

Closed staticfloat closed 3 years ago

staticfloat commented 3 years ago

We accidentally were loading the wrong name address here. This was not caught because we don't have a Julia 1.6 build for armv7l yet, but once we do we'll be able to properly CI this.