Files
clang-p2996/mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
Johannes Reifferscheid 9b225d01f8 Fix complex abs with nnan/ninf. (#95080)
The current logic tests for inf/inf and 0/0 inputs using a NaN check.
This doesn't work with all fastmath flags. With nnan and ninf, we can
just check for a 0 maximum. With only nnan, we have to check for both
cases separately.
2024-06-11 13:44:29 +02:00

62 KiB