]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/openssl-1.0.2a_disable_ssse3_for_amd.patch
Merge remote-tracking branch 'pmueller/temp-cleanup-orphaned-items' into next
[people/pmueller/ipfire-2.x.git] / src / patches / openssl-1.0.2a_disable_ssse3_for_amd.patch
diff --git a/src/patches/openssl-1.0.2a_disable_ssse3_for_amd.patch b/src/patches/openssl-1.0.2a_disable_ssse3_for_amd.patch
deleted file mode 100644 (file)
index 097cc80..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur openssl-1.0.2a.org/crypto/x86cpuid.pl openssl-1.0.2a/crypto/x86cpuid.pl
---- openssl-1.0.2a.org/crypto/x86cpuid.pl      2015-03-19 14:30:36.000000000 +0100
-+++ openssl-1.0.2a/crypto/x86cpuid.pl  2015-04-28 13:47:57.853521020 +0200
-@@ -71,6 +71,7 @@
-       &mov    ("eax",1);
-       &xor    ("ecx","ecx");
-       &cpuid  ();
-+      &and    ("ecx",0xfffffdff);     # clear SSSE3 because it is incredible slow on AMD's
-       &bt     ("edx",28);
-       &jnc    (&label("generic"));
-       &shr    ("ebx",16);