From 6bbba6691e66178a895e3c50cfc553eaf9ace2d0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 10 Feb 2008 17:52:05 +0000 Subject: [PATCH] close an li tag git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46929 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ebc619ed28c..cbc40303b56 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -130,7 +130,7 @@ vector coprocessors on the Cell processor. (Status?) (GNAT) and Fortran (gfortran) front-ends. These front-ends should still be considered experimental however: see the list of known problems. The release binaries do not contain either front-end: they need to be built from -source (the Ada front-end only builds on x86-32 linux). +source (the Ada front-end only builds on x86-32 linux).
  • Dale contributed full support for long double on x86/x86-64 (where it is 80 bits) and on Darwin PPC/PPC64 (where it is 128 bits). In previous LLVM -- 2.11.0