summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-18 12:32:10 -0400
committerAnthony Green <green@moxielogic.com>2018-03-18 12:33:38 -0400
commit43980dd10e0d5705e52f24d63988b722e31bf330 (patch)
treee23479e94418c56c77f06298cc4ba8e85fa55ce3 /README.md
parentd46406088d28b038a0a0f7396d9621f431482f6a (diff)
downloadlibffi-43980dd10e0d5705e52f24d63988b722e31bf330.tar.gz
Add FFI_GNUW64 ABI for GNU 80-bit long double support
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 3444839..f3a4f99 100644
--- a/README.md
+++ b/README.md
@@ -190,9 +190,11 @@ History
See the git log for details at http://github.com/libffi/libffi.
3.3 TBD
+ Default to Microsoft's 64 bit long double ABI with Visual C++.
+ GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
New API in support of GO closures.
Add RISC-V support.
- Many bug fixes.
+ Many bug fixes.
3.2.1 Nov-12-14
Build fix for non-iOS AArch64 targets.