New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/32657#issuecomment-907483389 Comment: > I wonder if you could be using sse2 here to avoid the float-store. I tried that and for some reason it didn't work. Another fix would be to chase the noise and use "volatile" in the few places where it is needed, but It would be a lot of work and we'd never know it's enough. Not worth it IMO. I assume if one cares about performance then x86_64 is the way to go. I worry much more that all our 64 bit binaries are SSE2 only.