From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126663 invoked by alias); 29 Jun 2018 14:33:27 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 125464 invoked by uid 89); 29 Jun 2018 14:33:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=13th X-HELO: EUR02-HE1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=UDpybwHsiTfMnc8F/xhAVoOEA/SOBC+ffiiEaI7kXNM=; b=DrSTMLTXLn4fthqhvnPRqIp7+f+nmp7sZ8pkc8TztMDaSCtdEkSWk6Jb+pehoFBlS/m1YpzN+6hRe61xs8rPdtILBv0cKZ8zztNmMxFkdBNS8PvuPthFS6CZvvTICWcCv2hWK8i+NWsz986sysoCkdWjPHUSyTLwEB1JO9NE7yo= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs.Nagy@arm.com; Cc: nd@arm.com, Joseph Myers Subject: Re: glibc 2.28 release on August 1st and extended ABI freeze for ppc64le float128. To: Carlos O'Donell , GNU C Library , Tulio Magno Quites Machado Filho , Bill Schmidt References: <4db8730d-158c-67e4-b4fd-55b3cc9a7100@redhat.com> From: Szabolcs Nagy Message-ID: Date: Fri, 29 Jun 2018 14:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <4db8730d-158c-67e4-b4fd-55b3cc9a7100@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-Path: szabolcs.nagy@arm.com Received-SPF: None (protection.outlook.com: arm.com does not designate permitted sender hosts) X-SW-Source: 2018-06/txt/msg00984.txt.bz2 On 26/06/18 20:32, Carlos O'Donell wrote: > I'm willing to extend the ABI/API freeze to July 13th for the ppc64le > float128 changes, to allow those to go into the glibc 2.28 release. > i just posted math patches which would be nice to have in 2.28 there are two parts: - the first does not change abi and provides new implementations with significant performance improvements, - the second changes abi by adding new symbol versions that don't do SVID error handling and further improves performance a bit. these require non-trivial amount of review and testing and i'd like to extend the review period a bit before the freeze for these too. i think the first part has a good chance to get into an acceptable state. the second part is independent but would be nice to get it in 2.28 too. thoughts?