From: Anthony Green Date: Sun, 17 Nov 2019 14:19:14 +0000 (-0500) Subject: Mention binary128 long double support for Power X-Git-Tag: upstream/3.3~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6804d16453890b78844b1b3c1acf16af98cadb8;p=platform%2Fupstream%2Flibffi.git Mention binary128 long double support for Power --- 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: . @@ -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.