|
Message-Id: <20200114204119.32154-1-amonakov@ispras.ru>
Date: Tue, 14 Jan 2020 23:41:19 +0300
From: Alexander Monakov <amonakov@...ras.ru>
To: musl@...ts.openwall.com
Subject: [PATCH] math: move x86-family remainder functions to C
---
For an unclear reason commit 5d01ab4ac64b913c537e91f7c01d5c8e910151da
did not add long double aliases dreml and finitel. This patch
preserves the oddity.
src/math/i386/remainder.c | 12 ++++++++++++
src/math/i386/remainder.s | 14 --------------
src/math/i386/remainderf.c | 12 ++++++++++++
src/math/i386/remainderf.s | 14 --------------
src/math/i386/remainderl.c | 9 +++++++++
src/math/i386/remainderl.s | 11 -----------
src/math/x86_64/remainderl.c | 9 +++++++++
src/math/x86_64/remainderl.s | 11 -----------
8 files changed, 42 insertions(+), 50 deletions(-)
create mode 100644 src/math/i386/remainder.c
delete mode 100644 src/math/i386/remainder.s
create mode 100644 src/math/i386/remainderf.c
delete mode 100644 src/math/i386/remainderf.s
create mode 100644 src/math/i386/remainderl.c
delete mode 100644 src/math/i386/remainderl.s
create mode 100644 src/math/x86_64/remainderl.c
delete mode 100644 src/math/x86_64/remainderl.s
View attachment "0009-math-move-x86-family-remainder-functions-to-C.patch" of type "text/x-patch" (3125 bytes)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.