================
@@ -0,0 +1,4 @@
+_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE __clc_mad(__CLC_GENTYPE a, __CLC_GENTYPE 
b,
+                                               __CLC_GENTYPE c) {
+  return a * b + c;
----------------
arsenm wrote:

probably should use the pragma to explicitly allow contract 

https://github.com/llvm/llvm-project/pull/123607
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to