search for: u32xu32

Displaying 1 result from an estimated 1 matches for "u32xu32".

Did you mean: 32x32
2007 Nov 27
2
[LLVMdev] Other Intrinsics?
...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