Skip to content

Commit

Permalink
Update Base.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
N5N3 authored Jul 5, 2021
1 parent 17bbc34 commit 1838f88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ include("arraymath.jl")
include("simdloop.jl")
using .SimdLoop

# functions for AbstractArray with @simd
include("abstractarraypatch.jl")

# map-reduce operators
include("reduce.jl")

Expand Down

0 comments on commit 1838f88

Please sign in to comment.