Update.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13929 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/README.aarch64 b/README.aarch64
index 1f69dce..28a26cc 100644
--- a/README.aarch64
+++ b/README.aarch64
@@ -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)