Files
clang-p2996/clang/lib/CodeGen/CGExprComplex.cpp
Zahira Ammarguellat aa73124e51 Fix complex long double division with -mno-x87. (#133152)
The combination of `-fcomplex-arithmetic=promoted` and `mno-x87` for
`double` complex division is leading to a crash.
See https://godbolt.org/z/189G957oY
This patch fixes that.
2025-04-01 11:10:51 -04:00

60 KiB