Y
Hacker News
new
|
ask
|
show
|
jobs
by
pyrolistical
198 days ago
For something this short that is pure math, why not just hand write asm for the most popular platforms? Prevents compiler from deoptimizing in the future.
Have a fallback with this algorithm for all other platforms.
2 comments
flumpcakes
198 days ago
This pretty much is assembly written as C++... there's not much the compiler can ruin.
link
Jaxan
197 days ago
Because that isn’t portable?
link