Skip to content

Commit

Permalink
MSL: Add median3 to list of banned func names.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKristian-Work committed Jun 3, 2024
1 parent d47a140 commit 2d990d3
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 @@ -15206,6 +15206,7 @@ const std::unordered_set<std::string> &CompilerMSL::get_illegal_func_names()
"fmin3",
"fmax3",
"divide",
"median3",
"VARIABLE_TRACEPOINT",
"STATIC_DATA_TRACEPOINT",
"STATIC_DATA_TRACEPOINT_V",
Expand Down

0 comments on commit 2d990d3

Please sign in to comment.