Y
Hacker News
new
|
ask
|
show
|
jobs
by
nivertech
247 days ago
With IEEE 754 you can always explicitly check for edge cases.
But with exceptions you can’t use SIMD / vectorization.
1 comments
dmoy
247 days ago
Yea that's totally fair, you'd need to build it in as a first class behavior of your code, doesn't necessarily mean that exceptions is the right way to do it.
link