Skip to content

Commit ff54f6f

Browse files
committed
Merge branch 'master' of https://github.com/chriselrod/LoopVectorization.jl into graphs
2 parents a53efbf + 63fccf4 commit ff54f6f

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)