From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26811 invoked by alias); 24 Nov 2019 12:15:36 -0000 Mailing-List: contact libffi-announce-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-announce-owner@sourceware.org Return-Path: Received: (qmail 122384 invoked by uid 89); 24 Nov 2019 04:36:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=announcing, fun!, PDF, Green X-HELO: mail-lf1-f53.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=moxielogic-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=K6dLRzsZKIDJfNhy7LsvOJvLztdKdeXfjjD8hVvBN4o=; b=VnsL9Hp20TIX+mIXnIICYTjBwZBXULOmlibAKxRLcBnNBNszYkx+w6udbEDt8CM/s8 nhZDN+JFJ+y/yhdtbzENaW0mRjzQ8LJukUDhfjlxB7Ss0qowFbHvZHNF/118/NtWGqRf fYVYzmTibouDBQbawj3EoYsDbwfYSMBzE4ebTaDTTbcRVbSW8SeergKdTmJydNJnW+gN 0t4ZbVbzKHgXWYqzqaR8uQpjHC9l74QgqTrgF827/zWBoe6EIlWR0iQQtNRLUu/drWm9 RC1AiXEpuWECmS0s6S8EIaz6otSlG+EzbCtwi1CS5Ut545i9J2S38jMarP3vWVLe243U 8o9Q== MIME-Version: 1.0 From: Anthony Green Date: Sun, 24 Nov 2019 12:15:00 -0000 Message-ID: Subject: Announcing libffi 3.3 To: libffi-announce@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019/txt/msg00000.txt.bz2 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