logoalt Hacker News

pyrolisticalyesterday at 10:05 PM2 repliesview on HN

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.


Replies

flumpcakesyesterday at 11:35 PM

This pretty much is assembly written as C++... there's not much the compiler can ruin.

Jaxantoday at 3:18 PM

Because that isn’t portable?