[arch-commits] Commit in glibc/trunk (bz26534.patch)

Allan McRae allan at archlinux.org
Thu Feb 4 01:19:47 UTC 2021


    Date: Thursday, February 4, 2021 @ 01:19:47
  Author: allan
Revision: 407207

remove patch

Deleted:
  glibc/trunk/bz26534.patch

---------------+
 bz26534.patch |   11 -----------
 1 file changed, 11 deletions(-)

Deleted: bz26534.patch
===================================================================
--- bz26534.patch	2021-02-04 01:15:45 UTC (rev 407206)
+++ bz26534.patch	2021-02-04 01:19:47 UTC (rev 407207)
@@ -1,11 +0,0 @@
---- a/sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h 2020-08-25 15:08:15.049364392 +0200
-+++ b/sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h 2020-08-25 15:08:20.012697875 +0200
-@@ -32,7 +32,7 @@
-       && CPU_FEATURE_USABLE_P (cpu_features, AVX2))
-     return OPTIMIZE (fma);
-
--  if (CPU_FEATURE_USABLE_P (cpu_features, FMA))
-+  if (CPU_FEATURE_USABLE_P (cpu_features, FMA4))
-     return OPTIMIZE (fma4);
-
-   return OPTIMIZE (sse2);



More information about the arch-commits mailing list