|
From: <sv...@va...> - 2014-05-01 22:43:04
|
Author: sewardj
Date: Thu May 1 22:42:53 2014
New Revision: 13929
Log:
Update.
Modified:
trunk/README.aarch64
Modified: trunk/README.aarch64
==============================================================================
--- trunk/README.aarch64 (original)
+++ trunk/README.aarch64 Thu May 1 22:42:53 2014
@@ -4,14 +4,14 @@
As of Jan 2014 the trunk contains a port to AArch64 ARMv8 -- loosely,
the 64-bit ARM architecture. Currently it supports integer and FP
-instructions and can run almost anything generated by gcc-4.8.2 -O2.
-The port is under active development.
+instructions and can run anything generated by gcc-4.8.2 -O3. The
+port is under active development.
Current limitations, as of mid-March 2014.
* limited support of vector (SIMD) instructions. Initial target is
- support for instructions created by gcc-4.8.2 -O3 (via vectorisation).
- This is mostly complete.
+ support for instructions created by gcc-4.8.2 -O3
+ (via autovectorisation). This is complete.
* Integration with the built in GDB server:
- basically works but breakpoints may be problematic (unclear)
|