Skip to content

Commit

Permalink
Reset FMA_FAST.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jul 6, 2020
1 parent 9a7f62d commit 847d21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/double.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ end
Double(vifelse(b, V(x.hi), V(y.hi)), vifelse(b, V(x.lo), V(y.lo)))
end

if false#FMA_FAST
if FMA_FAST

# two-prod-fma
@inline function dmul(x::vIEEEFloat, y::vIEEEFloat)
Expand Down

2 comments on commit 847d21a

@chriselrod
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/17526

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.3 -m "<description of version>" 847d21a973bc90fbbff1e073461d8397d4ae29b6
git push origin v0.5.3

Please sign in to comment.