summarylogtreecommitdiffstats
path: root/sse2.patch
diff options
context:
space:
mode:
authorLuca Weiss2018-12-03 16:29:33 +0100
committerLuca Weiss2018-12-03 16:29:33 +0100
commite8fa83a2af38cab012bdb204a60f7ea9e70fd217 (patch)
tree48acc39b250c746ccb4ed605961327748d393225 /sse2.patch
parent6613c5755f503a337dc3f44a8ccb31569cc037cd (diff)
downloadaur-e8fa83a2af38cab012bdb204a60f7ea9e70fd217.tar.gz
upgpkg: quickbms 0.9.2-1
upstream release
Diffstat (limited to 'sse2.patch')
-rw-r--r--sse2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sse2.patch b/sse2.patch
new file mode 100644
index 000000000000..216c5e45c30b
--- /dev/null
+++ b/sse2.patch
@@ -0,0 +1,11 @@
+--- a/libs/ecrypt/submissions/cryptmt/v3/sse2.c 2007-01-05 16:58:34.000000000 +0100
++++ b/libs/ecrypt/submissions/cryptmt/v3/sse2.c 2018-12-03 14:26:46.745581453 +0100
+@@ -157,7 +157,7 @@
+ cipher, plain, N / 2);
+ }
+
+-#if defined(__GNUC__)
++#if 0
+ static int is_simd_cpu(void)
+ {
+ int sse2;