Add FFI_GNUW64 ABI for GNU 80-bit long double support

This commit is contained in:
Anthony Green
2018-03-18 12:32:10 -04:00
parent d46406088d
commit 43980dd10e
3 changed files with 40 additions and 12 deletions

View File

@@ -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.