mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
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
This commit is contained in:
parent
a4b62c4518
commit
64e396126c
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user