commit:     f8a875becd8c78247abf74bd4882276bec9979c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 21 00:24:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 00:24:02 2025 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f8a875be

16.0.0: cut patchset 7, drop tuning patch

The tuning patch only helped avoid the CPython issue in a narrow
set of circumstances, not worth keeping.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 16.0.0/gentoo/88_all_PR120870-tuning.patch | 12 ------------
 16.0.0/gentoo/README.history               |  3 +--
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/16.0.0/gentoo/88_all_PR120870-tuning.patch 
b/16.0.0/gentoo/88_all_PR120870-tuning.patch
deleted file mode 100644
index 9f166af..0000000
--- a/16.0.0/gentoo/88_all_PR120870-tuning.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120870#c17
---- a/gcc/config/i386/x86-tune-costs.h
-+++ b/gcc/config/i386/x86-tune-costs.h
-@@ -1774,7 +1774,7 @@ struct processor_costs znver2_cost = {
-                                          Relative to reg-reg move (2).  */
-   {8, 8, 8},                          /* cost of storing integer
-                                          registers.  */
--  {6, 6, 6, 6, 12},                   /* cost of loading SSE registers
-+  {4, 3, 12, 12, 24},                 /* cost of loading SSE register
-                                          in 32bit, 64bit, 128bit, 256bit and 
512bit */
-   {8, 8, 8, 8, 16},                   /* cost of storing SSE register
-                                          in 32bit, 64bit, 128bit, 256bit and 
512bit */

diff --git a/16.0.0/gentoo/README.history b/16.0.0/gentoo/README.history
index 88b3fa4..d0f985b 100644
--- a/16.0.0/gentoo/README.history
+++ b/16.0.0/gentoo/README.history
@@ -1,7 +1,6 @@
-7      ????
+7      21 July 2025
 
        - 86_all_PR120881-x86-64-Add-enable-x86-64-mfentry.patch
-       + 88_all_PR120870-tuning.patch
 
 6      14 July 2025
 

Reply via email to