Skip to content

Commit

Permalink
Import symbols to make BLAS reorg slightly less breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Mar 21, 2020
1 parent 5912394 commit ab1503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/src/blas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export
trsm

import LinearAlgebra
import LinearAlgebra: BlasReal, BlasComplex, BlasFloat, BlasInt, DimensionMismatch, checksquare, stride1, chkstride1, axpy!
import LinearAlgebra: BlasReal, BlasComplex, BlasFloat, BlasInt, DimensionMismatch, checksquare, stride1, chkstride1, axpy!, set_num_threads, get_num_threads


# Level 1
Expand Down

0 comments on commit ab1503b

Please sign in to comment.