Skip to content

Commit

Permalink
Merge pull request #39578 from JuliaLang/ksh/noldexp
Browse files Browse the repository at this point in the history
Remove unused ldexp code
  • Loading branch information
kshyatt authored Feb 9, 2021
2 parents 744ff15 + 2cc07a5 commit 8458ca1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion base/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,6 @@ Return positive part of the high word of `x` as a `UInt32`.
# More special functions
include("special/cbrt.jl")
include("special/exp.jl")
include("special/ldexp_exp.jl")
include("special/hyperbolic.jl")
include("special/trig.jl")
include("special/rem_pio2.jl")
Expand Down
105 changes: 0 additions & 105 deletions base/special/ldexp_exp.jl

This file was deleted.

3 comments on commit 8458ca1

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here. cc @maleadt

Please sign in to comment.