[libclc] libclc: Disable contract in trig reductions (PR #186432)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 17:00:41 PDT 2026
================
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
+#pragma OPENCL FP_CONTRACT OFF
----------------
arsenm wrote:
I think it's better to keep this local to the file where it's significant
https://github.com/llvm/llvm-project/pull/186432
More information about the cfe-commits
mailing list