diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-10 17:52:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-10 17:52:05 +0000 |
commit | 6bbba6691e66178a895e3c50cfc553eaf9ace2d0 (patch) | |
tree | 3f141a2ba7b18b3357f2391a83325488e85cabeb /docs | |
parent | f74c0ccc7d10d71002fb2ac70fcfb842836afe19 (diff) | |
download | external_llvm-6bbba6691e66178a895e3c50cfc553eaf9ace2d0.zip external_llvm-6bbba6691e66178a895e3c50cfc553eaf9ace2d0.tar.gz external_llvm-6bbba6691e66178a895e3c50cfc553eaf9ace2d0.tar.bz2 |
close an li tag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ebc619e..cbc4030 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -130,7 +130,7 @@ vector coprocessors on the Cell processor. (Status?)</li> (GNAT) and Fortran (gfortran) front-ends. These front-ends should still be considered experimental however: see the <a href="#knownproblems">list of known problems</a>. 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).</li> <li>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 |