From ffd3c0c6733c6df963e5960e0c981460d7f7562a Mon Sep 17 00:00:00 2001 From: chyyran Date: Wed, 25 Sep 2024 02:06:07 -0400 Subject: [PATCH] MSL: add fmod to reserved function names --- spirv_msl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/spirv_msl.cpp b/spirv_msl.cpp index 4f0945453..06552be92 100644 --- a/spirv_msl.cpp +++ b/spirv_msl.cpp @@ -15254,6 +15254,7 @@ const std::unordered_set &CompilerMSL::get_illegal_func_names() "fmin3", "fmax3", "divide", + "fmod", "median3", "VARIABLE_TRACEPOINT", "STATIC_DATA_TRACEPOINT",