explorations/div.R

library(RLLVMCompile)
test = function(x) {
   1/x   # (x + 2)
}
testc = compileFunction(test, DoubleType, list(DoubleType))
.llvm(testc)
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.