[libclc] [libclc] Enable -ffp-contract=fast compile option for math native_* functions (PR #153137)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 11 21:57:16 PDT 2025


arsenm wrote:

I think fp contract should be globally enabled in the build, and selectively disabled in the handful of places that it is problematic (namely specific blocks in expF, sinbF, and trig reductions) 

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


More information about the cfe-commits mailing list