diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-07-21 23:07:23 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-07-21 23:07:23 +0000 |
commit | 46cd65dfa6d0713e666d07996b63c1fbaf7a8325 (patch) | |
tree | d5e300cd8c09b10229b697fa169ee02b12ffd7a2 | |
parent | 11bcd75fd39ae2d9c426a7c0b85ef982c04eba3b (diff) |
Done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29262 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/README.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 84b91d5c3c..8f5e15aa57 100644 --- 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 ) { |