From green@moxielogic.com Sun Nov 24 12:15:00 2019 From: green@moxielogic.com (Anthony Green) Date: Sun, 24 Nov 2019 12:15:00 -0000 Subject: Announcing libffi 3.3 Message-ID: I'm very pleased to announce the release of libffi version 3.3, which you are free to download here: https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz Here are some of the highlights of this release: 3.3 Nov-23-19 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. Add pre-built PDF documentation to source distribution. Many new test cases and bug fixes. As usual, many thanks to all of the contributors! Check out the following links for more details: http://sourceware.org/libffi http://github.com/libffi/libffi Have fun! Anthony Green green@moxielogic.com