summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-17 09:19:14 -0500
committerAnthony Green <green@moxielogic.com>2019-11-17 09:19:14 -0500
commitb6804d16453890b78844b1b3c1acf16af98cadb8 (patch)
treed40b5ff5d795ba3466a938ac43ad8b710f689bb7 /README.md
parentb58bd77236e7d41fc04b4be7edd1c6728626c99b (diff)
downloadlibffi-b6804d16453890b78844b1b3c1acf16af98cadb8.tar.gz
Mention binary128 long double support for Power
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3d89f7b..177649d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Status
[![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libffi/libffi)
[![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi)
-libffi-3.3-rc2 was released on November 2, 2019. Check the libffi web
+libffi-3.3-rc3 was released on November 9, 2019. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@@ -200,11 +200,13 @@ See the git log for details at http://github.com/libffi/libffi.
3.3 TBD
Add RISC-V support.
New API in support of GO closures.
+ Add IEEE754 binary128 long double support for 64-bit Power
Default to Microsoft's 64 bit long double ABI with Visual C++.
GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
+ Add Windows on ARM64 (WOA) support.
+ Add Windows 32-bit ARM support.
+ Raw java (gcj) API deprecated.
Many new tests cases and bug fixes.
- Add windows on arm64 (WOA) support.
- Add Windows 32-bit arm support.
3.2.1 Nov-12-14
Build fix for non-iOS AArch64 targets.