From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.2 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by inbox.vuxu.org (OpenSMTPD) with SMTP id 2011e7a6 for ; Wed, 15 Jan 2020 06:54:28 +0000 (UTC) Received: (qmail 9654 invoked by uid 550); 15 Jan 2020 06:54:27 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 9636 invoked from network); 15 Jan 2020 06:54:26 -0000 Date: Wed, 15 Jan 2020 07:54:14 +0100 From: Szabolcs Nagy To: musl@lists.openwall.com Message-ID: <20200115065414.GY23985@port70.net> Mail-Followup-To: musl@lists.openwall.com References: <20200114204119.32154-1-amonakov@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200114204119.32154-1-amonakov@ispras.ru> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [musl] [PATCH] math: move x86-family remainder functions to C * Alexander Monakov [2020-01-14 23:41:19 +0300]: > For an unclear reason commit 5d01ab4ac64b913c537e91f7c01d5c8e910151da > did not add long double aliases dreml and finitel. This patch > preserves the oddity. see math.h it does not declare dreml and finitel, those are gnu only extensions, not present in bsds. (they were obsolete before long double appeared)