Skip to content

Commit

Permalink
MSL: add fmod to reserved function names
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Sep 25, 2024
1 parent 65d7393 commit ffd3c0c
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 @@ -15254,6 +15254,7 @@ const std::unordered_set<std::string> &CompilerMSL::get_illegal_func_names()
"fmin3",
"fmax3",
"divide",
"fmod",
"median3",
"VARIABLE_TRACEPOINT",
"STATIC_DATA_TRACEPOINT",
Expand Down

0 comments on commit ffd3c0c

Please sign in to comment.