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

 Delete this case block. Move Builtin::BI__builtin_elementwise_fmod` to where 
we handle just the half float check. There should be a whole block of none HLSL 
elementwise cases. I dropped a link to it in a different chat


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

Reply via email to