Merge pull request #641 from jbrodman/stdlibshift
Add a "shift" operator to the stdlib.
This commit is contained in:
@@ -536,6 +536,12 @@ lSetInternalFunctions(llvm::Module *module) {
|
||||
"__set_system_isa",
|
||||
"__sext_uniform_bool",
|
||||
"__sext_varying_bool",
|
||||
"__shift_double",
|
||||
"__shift_float",
|
||||
"__shift_i16",
|
||||
"__shift_i32",
|
||||
"__shift_i64",
|
||||
"__shift_i8",
|
||||
"__shuffle2_double",
|
||||
"__shuffle2_float",
|
||||
"__shuffle2_i16",
|
||||
|
||||
Reference in New Issue
Block a user