https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98647
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ABI --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I think this is an ABI issue. What does the x86_64 ABI say about the other bits of the SSE register when passing float to a function? It might be the case that clang/llvm is not implementing the ABI correctly.