Skip to content

Commit 840a77c

Browse files
committed
Don't break PaddedMatrices, which is starting to track the graphs, anticipating using it for broadcasting.
1 parent fa9f6c5 commit 840a77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoopVectorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using MacroTools: @capture, prewalk, postwalk
77

88
export vectorizable, @vectorize, @vvectorize
99

10-
10+
function isdense end #
1111

1212
const SLEEFPiratesDict = Dict{Symbol,Tuple{Symbol,Symbol}}(
1313
:sin => (:SLEEFPirates, :sin_fast),

0 commit comments

Comments
 (0)