We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7055a commit 7348998Copy full SHA for 7348998
src/device/intrinsics/output.jl
@@ -41,7 +41,7 @@ end
41
# create functions
42
param_types = LLVMType[convert(LLVMType, typ) for typ in arg_types]
43
llvm_f, llvm_ft = create_function(T_void, param_types)
44
- # push!(function_attributes(llvm_f), EnumAttribute("alwaysinline", 0))
+ push!(function_attributes(llvm_f), EnumAttribute("alwaysinline", 0))
45
46
mod = LLVM.parent(llvm_f)
47
0 commit comments