[clang] [clang] Allow `pragma float_control(precise, *)` to... (PR #105912)

Egor Chesakov via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 5 10:22:20 PDT 2024


echesakov wrote:

> Not very clear to me what the issue is. Can you please explain this in the description. I think here the `#pragma float_control(precise, on)` should be taking precedence over the `-ffast-math` flag and it's not. Right?

@zahiraam Correct, this is not happening right now and flags on codegen-d `select`/`phi` are not taking into account the pragma.

https://github.com/llvm/llvm-project/pull/105912


More information about the cfe-commits mailing list