[llvm-commits] [PATCH] lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp: [PR9581] Fix FP precision issue on mingw. It also reverts r129199.

NAKAMURA Takumi geek4civic at gmail.com
Tue Apr 12 16:25:03 PDT 2011


FIXME: It is for i686-mingw32 for now, though, potentially the issue
might be on x87-based hosts with PC64.

FIXME: [PR6907] Use llvm/Support/FEnv.h. On clang++, <fenv.h> is
unavailable due to handling of #include_next.
---
 lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp |   33 ++++++++++++++++++----
 1 files changed, 27 insertions(+), 6 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lib-CodeGen-SelectionDAG-SelectionDAGBuilder.cpp.patch.txt
Type: text/x-patch
Size: 2194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110413/fbbfe326/attachment.bin>


More information about the llvm-commits mailing list