[llvm-commits] CVS: llvm/lib/Target/X86/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 29 01:46:18 PST 2006
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.29 -> 1.30
---
Log message:
add another note
---
Diffs of the changes: (+4 -0)
README.txt | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.29 llvm/lib/Target/X86/README.txt:1.30
--- llvm/lib/Target/X86/README.txt:1.29 Sun Jan 29 03:42:20 2006
+++ llvm/lib/Target/X86/README.txt Sun Jan 29 03:46:06 2006
@@ -282,3 +282,7 @@
LSR should be turned on for the X86 backend and tuned to take advantage of its
addressing modes.
+//===---------------------------------------------------------------------===//
+
+When compiled with unsafemath enabled, "main" should enable SSE DAZ mode and
+other fast SSE modes.
More information about the llvm-commits
mailing list