[LLVMdev] Other Intrinsics?
Jon Sargeant
delta17 at cox.net
Tue Nov 27 08:36:51 PST 2007
Do you have plans to add other intrinsics? I'm curious as to why there
is an llvm.sin intrinsic and an llvm.cos intrinsic, but no llvm.atan
intrinsic. Why is there an llvm.pow intrinsic but no llvm.log
intrinsic? Also, have you thought about integer intrinsics like
multiprecision multiply (u32xu32->u64) and multiprecision divide
(u64/u32->(dividend:u32,remainder:u32))?
Regards,
Jon
More information about the llvm-dev
mailing list