From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: libc-alpha@sourceware.org
Cc: "Andreas K. Hüttel" <dilfridge@gentoo.org>
Subject: [REVERT] Revert "MIPSr6/math: Use builtin fma and fmaf"
Date: Tue, 25 Jun 2024 01:08:15 +0200 [thread overview]
Message-ID: <20240624230842.40570-1-dilfridge@gentoo.org> (raw)
In-Reply-To: <alpine.DEB.2.21.2406242349540.43454@angie.orcam.me.uk>
Apologies, I mistakenly interpreted this to be already accepted.
Reverting until v6 or later is reviewed and approved.
This reverts commit 9e06e4a43b58519991acbed1d7f33abc40249226.
---
sysdeps/mips/fpu/math-use-builtins-fma.h | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 sysdeps/mips/fpu/math-use-builtins-fma.h
diff --git a/sysdeps/mips/fpu/math-use-builtins-fma.h b/sysdeps/mips/fpu/math-use-builtins-fma.h
deleted file mode 100644
index af8c1f95ff..0000000000
--- a/sysdeps/mips/fpu/math-use-builtins-fma.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#if __mips_isa_rev >= 6
-# ifdef __mips_single_float
-# define USE_FMA_BUILTIN 0
-# else
-# define USE_FMA_BUILTIN 1
-# endif
-# define USE_FMAF_BUILTIN 1
-#else
-# define USE_FMA_BUILTIN 0
-# define USE_FMAF_BUILTIN 0
-#endif
-#define USE_FMAL_BUILTIN 0
-#define USE_FMAF128_BUILTIN 0
--
2.44.2
next prev parent reply other threads:[~2024-06-24 23:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-04 1:31 [PATCH v3] MIPSr6/math: Use builtin fma and fmaf YunQiang Su
2024-06-04 18:00 ` Adhemerval Zanella Netto
2024-06-05 15:15 ` Maciej W. Rozycki
2024-06-05 15:26 ` YunQiang Su
2024-06-08 14:17 ` Maciej W. Rozycki
2024-06-09 6:43 ` YunQiang Su
2024-06-14 12:42 ` Adhemerval Zanella Netto
2024-06-14 13:06 ` Maciej W. Rozycki
2024-06-14 1:35 ` YunQiang Su
2024-06-24 17:45 ` [COMMITTED] " Andreas K. Hüttel
2024-06-24 22:55 ` Maciej W. Rozycki
2024-06-24 22:57 ` Andreas K. Huettel
2024-06-24 23:08 ` Andreas K. Hüttel [this message]
2024-06-06 7:07 ` [PATCH v3] " Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240624230842.40570-1-dilfridge@gentoo.org \
--to=dilfridge@gentoo.org \
--cc=libc-alpha@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).