https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94837
--- Comment #2 from Gabriel Ravier <gabravier at gmail dot com> --- This is what I get with `-O3 -mmovbe -mtune=intel` : swapFloat(float): movd DWORD PTR [rsp-4], xmm0 movbe eax, DWORD PTR [rsp-4] movd xmm0, eax ret This seems erroneous