julia
6218ce3e
- make `@fastmath exp` not overflow to small negatives
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
make `@fastmath exp` not overflow to small negatives This should be basically the same speed (since the integer and floating point happen in parallel), but much more usable since now `@fastmath exp(1000f0) actually turns to `Inf32` correctly).
Author
oscardssmith
Parents
d245c687
Loading