Add a note
authorChris Lattner <sabre@nondot.org>
Thu, 2 Dec 2004 18:21:45 +0000 (18:21 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 Dec 2004 18:21:45 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18434 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index b81b7af514d503b7bdeaca1e3ed9eac070cdb0bd..7572b8fd64412d1e6a76a5ea82f7c85c79b7f2ed 100644 (file)
@@ -149,6 +149,8 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
   <li>llvmgcc and llvmg++ now emit source-level line number information, making
       it possible to map from LLVM code back to source.  This is currently used
       by llvm-db.</li>
+  <li>Floating point intensive programs on X86 systems run much faster
+      with the LLC code generator and JIT than in 1.3.</li>
 </ol>
 
 </div>