From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109853 invoked by alias); 12 May 2017 16:32:36 -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 109834 invoked by uid 89); 12 May 2017 16:32:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:472 X-HELO: relay1.mentorg.com Date: Fri, 12 May 2017 16:32:00 -0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: Subject: Re: [PATCH v4 5/5] float128: Add wrappers to override ldbl-128 as float128. In-Reply-To: Message-ID: References: <1494535984-2826-1-git-send-email-gftg@linux.vnet.ibm.com> <1494535984-2826-6-git-send-email-gftg@linux.vnet.ibm.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2017-05/txt/msg00400.txt.bz2 Also: why duplicate math/e_exp2l.c with substitutions as e_exp2f128.c, when I'd think it's cleaner to convert e_exp2l.c to a type-generic template e_exp2_template.c (making sure that sysdeps e_exp2* files continue to be used instead of the template where available, but my understanding of the template machinery is that should happen automatically)? -- Joseph S. Myers joseph@codesourcery.com