Skip to content

Commit 259d4f9

Browse files
committed
using LoopVectorization without explicitly importing at avx
1 parent d1b23ff commit 259d4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using LoopVectorization: @avx
1+
using LoopVectorization
22
using LinearAlgebra: BlasInt, BlasFloat, LU, UnitLowerTriangular, ldiv!, mul!, checknonsingular
33

44
function lu(A::AbstractMatrix, pivot::Union{Val{false}, Val{true}} = Val(true); kwargs...)

0 commit comments

Comments
 (0)