Hacker News new | ask | show | jobs
by jzwinck 1003 days ago
Compile with -fno-math-errno. Almost nobody checks errno for math functions, and disabling it can give a huge speedup.
1 comments

That sets the cmath functions constexpr??
No.