[PATCH] D138117: [clang][docs] Correct floating point option explanations

KAWASHIMA Takahiro via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 04:10:50 PST 2022


kawashima-fj added a comment.

I don't know it is inteded that `-fno-fast-math` does not imply `-ftrapping-math` and `-frounding-math`.
`-ffast-math` and `-fno-fast-math` is not symmetric in RenderFloatingPointOptions <https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/Clang.cpp#L3034>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138117/new/

https://reviews.llvm.org/D138117



More information about the cfe-commits mailing list