|
Message-Id: <20200116210051.19494-1-amonakov@ispras.ru>
Date: Fri, 17 Jan 2020 00:00:51 +0300
From: Alexander Monakov <amonakov@...ras.ru>
To: musl@...ts.openwall.com
Subject: [PATCH] math: add x86_64 remquol
---
So proud of this one <3
(this is not a rewrite as x86_64 remquol.s does not exist, but that
looks unintentional and i386 remquo versions need similar rewrites anyway)
src/math/x86_64/remquol.c | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 src/math/x86_64/remquol.c
View attachment "0011-math-add-x86_64-remquol.patch" of type "text/x-patch" (1359 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.