search for: 3955686e

Displaying 2 results from an estimated 2 matches for "3955686e".

2013 Apr 26
0
[LLVMdev] ConstantFoldBinaryFP and cross compilation
...hank you for any comment. Sergei --- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130426/3955686e/attachment.html>
2013 Apr 26
2
[LLVMdev] ConstantFoldBinaryFP and cross compilation
Hi Sergei, The degree to which LLVM actually makes any guarantees about IEEE arithmetic precision is ambiguous. LangRef, for one, doesn't even mention it (it mentions formats, but nothing else). The de-facto way of interpreting holes in LangRef is to consider how the IR is used by clang and follow the path up into the C and/or C++ standards and then work from there. C describes a binding to