Skip to content

Commit

Permalink
Fix IEEEFloat import (#32206)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored and StefanKarpinski committed Jun 5, 2019
1 parent 6b45b6e commit 9a3e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reducedim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ reducedim_init(f, op::typeof(|), A::AbstractArray, region) = reducedim_initarray
# specialize to make initialization more efficient for common cases

let
BitIntFloat = Union{BitInteger, Math.IEEEFloat}
BitIntFloat = Union{BitInteger, IEEEFloat}
T = Union{
[AbstractArray{t} for t in uniontypes(BitIntFloat)]...,
[AbstractArray{Complex{t}} for t in uniontypes(BitIntFloat)]...}
Expand Down

1 comment on commit 9a3e1c7

@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)

Please sign in to comment.