[LLVMdev] On calling intrinsics
Caldarale, Charles R
Chuck.Caldarale at unisys.com
Sun Jan 20 11:20:01 PST 2013
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of David Given
> Subject: [LLVMdev] On calling intrinsics
> if I try to use llvm.ceil.f64, I get an unresolved symbol error
That's because there is no llvm.ceil.* intrinsic defined in include/llvm/Intrinsics.td for 3.2; one for floor exists, but not ceil. However, ceil is defined in trunk, so you could download that from svn.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
More information about the llvm-dev
mailing list