diff options
author | Sandeep Patel <deeppatel1987@gmail.com> | 2009-08-20 15:01:16 +0000 |
---|---|---|
committer | Sandeep Patel <deeppatel1987@gmail.com> | 2009-08-20 15:01:16 +0000 |
commit | ab7a75188960e51ca411b70cdcfb0c8636d99c13 (patch) | |
tree | 4f291ce8a32a55564155809f1b13b0963b0b87e1 /llvm/docs | |
parent | cae6178b3b8c462f4af0482b1212e63ebe5b2632 (diff) | |
download | bcm5719-llvm-ab7a75188960e51ca411b70cdcfb0c8636d99c13.tar.gz bcm5719-llvm-ab7a75188960e51ca411b70cdcfb0c8636d99c13.zip |
Correct ARM v7-A architecture name spelling and add note about hard float.
llvm-svn: 79530
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 1dbecf6a054..f91b15ec543 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/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> |