Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
contravariant
on Oct 20, 2021
|
parent
|
context
|
favorite
| on:
Optimizations Enabled by -ffast-Math
And don't do any division.
Easy.
okl
on Oct 20, 2021
|
next
[–]
There's nothing wrong with divisions if you exclude problematic combinations of input values.
contravariant
on Oct 20, 2021
|
parent
|
next
[–]
You're going to have to do some intermediate checks if you want stuff like x/sin(x) to behave.
scheme271
on Oct 20, 2021
|
prev
[–]
Or multiplications or additions to avoid overflows or denormals
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Easy.