Add mention of ARM atomic builtin support

llvm-svn: 102103
This commit is contained in:
Jim Grosbach 2010-04-22 18:33:31 +00:00
parent bae14a1cab
commit 9628468d94
1 changed files with 4 additions and 0 deletions

View File

@ -745,6 +745,10 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
<li>The ARM backend now has good support for ARMv4 targets and has been tested
on StrongARM hardware. Previously, LLVM only supported ARMv4T and
newer chips.</li>
<li>Atomic builtins are now supported for ARMv6 and ARMv7 (__sync_synchronize,
__sync_fetch_and_add, etc.).</li>
</ul>