================
@@ -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