summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Monson <paulmon@users.noreply.github.com>2019-04-26 04:58:58 -0700
committerAnthony Green <green@moxielogic.com>2019-04-26 07:58:58 -0400
commitdb5706ff285c476aa3c0f811ff2b188319ac3ebe (patch)
treed9c85a3b029aadc52d8fcda64f783b8d5ebf2d28 /README.md
parentd1e9b4b96cc8d237c3532cf83da0d4b99d19abb5 (diff)
downloadlibffi-db5706ff285c476aa3c0f811ff2b188319ac3ebe.tar.gz
add support for 32-bit ARM on Windows (#477)
* add support for 32-bit ARM on Windows * fix mismatched brace in appveyor.yml * remove arm platform from appveyor.yml for now * fix arm build * fix typo * fix assembler names * try Visual Studio 2017 * add windows arm32 to .appveyor.yml * update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3caf2fa..17984e5 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ tested:
| ARC | Linux | GCC |
| ARM | Linux | GCC |
| ARM | iOS | GCC |
+| ARM | Windows | MSVC |
| AVR32 | Linux | GCC |
| Blackfin | uClinux | GCC |
| HPPA | HPUX | GCC |
@@ -196,7 +197,8 @@ See the git log for details at http://github.com/libffi/libffi.
Default to Microsoft's 64 bit long double ABI with Visual C++.
GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
Many new tests cases and bug fixes.
-
+ Add Windows 32-bit arm support.
+
3.2.1 Nov-12-14
Build fix for non-iOS AArch64 targets.