projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11bcd75
)
Done.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 21 Jul 2006 23:07:23 +0000
(23:07 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 21 Jul 2006 23:07:23 +0000
(23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29262
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/X86/README.txt
b/lib/Target/X86/README.txt
index 84b91d5c3cccce96d174664ae01a7db69dd009b0..8f5e15aa57df3ee256ee56b5285d7da0f0c7107b 100644
(file)
--- a/
lib/Target/X86/README.txt
+++ b/
lib/Target/X86/README.txt
@@
-707,11
+707,6
@@
Use cpuid to auto-detect CPU features such as SSE, SSE2, and SSE3.
//===---------------------------------------------------------------------===//
-JIT should resolve __cxa_atexit on Mac OS X. In a non-jit environment, the
-symbol is a dynamically resolved by the linker.
-
-//===---------------------------------------------------------------------===//
-
u32 to float conversion improvement:
float uint32_2_float( unsigned u ) {