From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86815 invoked by alias); 24 Apr 2017 18:24:35 -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 86763 invoked by uid 89); 24 Apr 2017 18:24:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,URIBL_RED autolearn=no version=3.3.2 spammy=gabriel, Gabriel X-HELO: mx0a-001b2d01.pphosted.com Date: Mon, 24 Apr 2017 18:24:00 -0000 From: "Gabriel F. T. Gomes" To: Joseph Myers Cc: Subject: Re: [PATCH v3 3/3] Macroize function declarations in math_private.h In-Reply-To: References: <1490733875-20087-4-git-send-email-gftg@linux.vnet.ibm.com> <1490875392-25833-1-git-send-email-gftg@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable x-cbid: 17042418-1523-0000-0000-000002989EDB X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17042418-1524-0000-0000-00002A2ECA9C Message-Id: <20170424152348.714d133e@keller.br.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-24_15:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1704240310 X-SW-Source: 2017-04/txt/msg00517.txt.bz2 On Wed, 19 Apr 2017 21:52:08 +0000 Joseph Myers wrote: > On Thu, 30 Mar 2017, Gabriel F. T. Gomes wrote: > > > This patch moves the declaration of many floating-point functions from > > math_private.h to math_private_calls.h and macroize the declaration to > > be dependent on floating-point type. For each of float, double, and > > long double, the new header file is included once. This reduces the > > amount of repetitive boilerplate that will be required when adding > > float128 versions of these functions. > > > > Tested for powerpc64le and s390x. > > > > 2017-03-17 Gabriel F. T. Gomes > > > > * sysdeps/generic/math_private.h: Move the declaration of many > > functions to sysdeps/generic/math_private_calls.h. > > * sysdeps/generic/math_private_calls.h: New file with the > > declarations of the functions removed from math_private.h > > macroized by floating-point type. > > OK. > Thanks. Pushed as 9581e76dbb4a.