Skip to content

Commit

Permalink
move fastmath earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Sep 5, 2021
1 parent 18499b7 commit c5d3cd6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ include("secretbuffer.jl")

# core math functions
include("floatfuncs.jl")
# Fast math
include("fastmath.jl")
using .FastMath
include("math.jl")
using .Math
const ()=sqrt
Expand Down Expand Up @@ -330,10 +333,6 @@ using .Order
include("sort.jl")
using .Sort

# Fast math
include("fastmath.jl")
using .FastMath

function deepcopy_internal end

# enums
Expand Down

0 comments on commit c5d3cd6

Please sign in to comment.