summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-smhasher-r0.patch')
-rw-r--r--www-client/chromium/files/chromium-smhasher-r0.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/www-client/chromium/files/chromium-smhasher-r0.patch b/www-client/chromium/files/chromium-smhasher-r0.patch
deleted file mode 100644
index 06dcd4e8ed13..000000000000
--- a/www-client/chromium/files/chromium-smhasher-r0.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- third_party/smhasher/src/City.cpp.orig 2013-03-13 23:48:29.232407565 +0000
-+++ third_party/smhasher/src/City.cpp 2013-03-13 23:49:24.092714006 +0000
-@@ -351,7 +351,7 @@
- }
- }
-
--#ifdef __SSE4_2__
-+#if defined(__SSE4_2__) && defined(__x86_64__)
- #include <nmmintrin.h>
-
- // Requires len >= 240.
---- third_party/smhasher/src/City.h.orig 2013-03-13 23:49:50.122859412 +0000
-+++ third_party/smhasher/src/City.h 2013-03-13 23:50:18.043015349 +0000
-@@ -90,7 +90,7 @@
-
- // Conditionally include declarations for versions of City that require SSE4.2
- // instructions to be available.
--#ifdef __SSE4_2__
-+#if defined(__SSE4_2__) && defined(__x86_64__)
-
- // Hash function for a byte array.
- uint128 CityHashCrc128(const char *s, size_t len);