Hacker News new | ask | show | jobs
by anematode 226 days ago
It's fixed if you pass -fno-trapping-math. There could be junk in the upper half of the registers that causes a floating-point exception.
1 comments

Oh, that explains the seemingly useless movs. Thank you! I simply thought that it was a bug, since clang did not emit them.