From c5d3cd6919932b2b240df114a3c2b83186ffdbdd Mon Sep 17 00:00:00 2001 From: Moelf Date: Sun, 5 Sep 2021 14:47:23 -0400 Subject: [PATCH] move fastmath earlier --- base/Base.jl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/base/Base.jl b/base/Base.jl index e4c65b3493cba..efa744b092288 100644 --- a/base/Base.jl +++ b/base/Base.jl @@ -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 @@ -330,10 +333,6 @@ using .Order include("sort.jl") using .Sort -# Fast math -include("fastmath.jl") -using .FastMath - function deepcopy_internal end # enums