Shunsuke Watanabe fd4e77cf33
[flang][driver] Accelerate complex division when -ffast-math is specified (#159689)
This patch accelerates complex division by passing
`-complex-range=basic` to the frontend when the `-ffast-math` option is
specified. This behavior is the same as `-fcomplex-arithmetic=basic`. A
warning is issued if a different value is specified for
`-fcomplex-arithmetic=`. The warning conditions will be unified with
clang.
2025-10-01 13:03:23 +09:00
..
2024-12-18 07:02:37 -08:00