Skip to content

Commit

Permalink
Mark new intrinsic as internal functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbabokin committed Jul 4, 2016
1 parent f34e109 commit 15cbb6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtins.cpp
Expand Up @@ -445,6 +445,8 @@ lSetInternalFunctions(llvm::Module *module) {
"__broadcast_i32",
"__broadcast_i64",
"__broadcast_i8",
"__cast_mask_to_i1",
"__cast_mask_to_i16",
"__ceil_uniform_double",
"__ceil_uniform_float",
"__ceil_varying_double",
Expand Down Expand Up @@ -482,6 +484,8 @@ lSetInternalFunctions(llvm::Module *module) {
"__extract_float",
"__extract_double",
//#endif /* ISPC_NVPTX_ENABLED */
"__extract_mask_low",
"__extract_mask_hi",
"__fastmath",
"__float_to_half_uniform",
"__float_to_half_varying",
Expand Down

0 comments on commit 15cbb6f

Please sign in to comment.