Skip to content

Commit

Permalink
Merge pull request #2232 from KhronosGroup/fix-2228
Browse files Browse the repository at this point in the history
MSL: Add divide to reserved function names.
  • Loading branch information
HansKristian-Work authored Nov 27, 2023
2 parents 42299f9 + dddabb9 commit 61bbcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spirv_msl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14602,6 +14602,7 @@ const std::unordered_set<std::string> &CompilerMSL::get_illegal_func_names()
"assert",
"fmin3",
"fmax3",
"divide",
"VARIABLE_TRACEPOINT",
"STATIC_DATA_TRACEPOINT",
"STATIC_DATA_TRACEPOINT_V",
Expand Down

0 comments on commit 61bbcb2

Please sign in to comment.