From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50391 invoked by alias); 14 Dec 2016 13:36:42 -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 50379 invoked by uid 89); 14 Dec 2016 13:36:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,URIBL_RED autolearn=no version=3.3.2 spammy=Hx-languages-length:733 X-HELO: mx0a-001b2d01.pphosted.com Date: Wed, 14 Dec 2016 13:36:00 -0000 From: "Gabriel F. T. Gomes" To: Joseph Myers Cc: Subject: Re: [PATCH 3/8] float128: Add wrappers for IEEE functions. In-Reply-To: References: <1478716859-3246-1-git-send-email-gftg@linux.vnet.ibm.com> <1478716859-3246-4-git-send-email-gftg@linux.vnet.ibm.com> <20161205144754.4c0c7c13@keller.br.ibm.com> <20161207173544.36123848@keller.br.ibm.com> <20161209192413.683ac72d@keller> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16121413-0028-0000-0000-0000017AFD98 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16121413-0029-0000-0000-00001476134D Message-Id: <20161214113618.779e37c2@keller> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-14_10:,, 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-1609300000 definitions=main-1612140231 X-SW-Source: 2016-12/txt/msg00492.txt.bz2 On Wed, 14 Dec 2016 00:47:25 +0000 Joseph Myers wrote: > On Fri, 9 Dec 2016, Gabriel F. T. Gomes wrote: > > > I attached a new version with the suggested changes. > > This patch is OK. > > (For the record for anyone wondering: in this case it's correct that the > template does not use M_LIBM_NEED_COMPAT, because the compat symbol for > long double = double on architectures where it changed points directly to > the underlying implementation that does not set errno.) > Thanks. Pushed as 14348aaeff5c. (I'll send the patch for w_scalbln in another thread, because my last attempts (2) to send it to this thread never made it to libc-alpha).