From 6ae046cc59c12b2cd40158d6bcb96f4a59886159 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 30 Nov 2013 21:06:51 -0500 Subject: [PATCH] Mention Aarch64 on iOS --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 938ae637..40f0fe43 100644 --- a/README +++ b/README @@ -51,6 +51,7 @@ tested: |-----------------+------------------+-------------------------| | Architecture | Operating System | Compiler | |-----------------+------------------+-------------------------| +| AArch64 (ARM64) | iOS | Clang | | AArch64 | Linux | GCC | | Alpha | Linux | GCC | | Alpha | Tru64 | GCC | @@ -169,6 +170,7 @@ History See the ChangeLog files for details. 3.0.14 TBD + Add AArch64 (ARM64) iOS support. Add Nios II support. Add m88k and DEC VAX support. Fix MIPS N32 ABI bug.