[clang] [HLSL] Implementation of the elementwise fmod builtin (PR #108849)

Zhengxing li via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 26 12:17:59 PDT 2024


================
@@ -1645,6 +1645,18 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) {
       return true;
     break;
   }
+  case Builtin::BI__builtin_elementwise_fmod: {
----------------
lizhengxing wrote:

Done.

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


More information about the cfe-commits mailing list