summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandeep Patel <deeppatel1987@gmail.com>2009-08-20 15:01:16 +0000
committerSandeep Patel <deeppatel1987@gmail.com>2009-08-20 15:01:16 +0000
commit64e396126c70c5176f97aa8dba8437e7e5801fab (patch)
treec8aa0071c41284bf7fc821524369803be851b8f7 /docs
parenta4b62c45189b719fd905255e89baf48659ef87f1 (diff)
downloadllvm-64e396126c70c5176f97aa8dba8437e7e5801fab.tar.gz
llvm-64e396126c70c5176f97aa8dba8437e7e5801fab.tar.bz2
llvm-64e396126c70c5176f97aa8dba8437e7e5801fab.tar.xz
Correct ARM v7-A architecture name spelling and add note about hard float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes-2.6.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 1dbecf6a05..f91b15ec54 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -407,10 +407,12 @@ it run faster:</p>
<ul>
<li>Preliminary support for processors, such as the Cortex-A8 and Cortex-A9,
-that implement version 7 of the ARM architecture. The ARM backend now
-supports both the Thumb2 and Advanced SIMD (Neon) instruction sets.
-These features are still somewhat experimental and subject to change.
-The Neon intrinsics, in particular, may change in future releases of LLVM.
+that implement version v7-A of the ARM architecture. The ARM backend now
+supports both the Thumb2 and Advanced SIMD (Neon) instruction sets. The
+AAPCS-VFP "hard float" calling conventions are also supported with the
+<tt>-float-abi=hard</tt> flag. These features are still somewhat experimental
+and subject to change. The Neon intrinsics, in particular, may change in future
+releases of LLVM.
</li>
</ul>