summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-media_base_vector_math_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-media_base_vector_math_cc')
-rw-r--r--www/chromium/patches/patch-media_base_vector_math_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-media_base_vector_math_cc b/www/chromium/patches/patch-media_base_vector_math_cc
deleted file mode 100644
index 5ff69ca..0000000
--- a/www/chromium/patches/patch-media_base_vector_math_cc
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: media/base/vector_math.cc
2--- media/base/vector_math.cc.orig
3+++ media/base/vector_math.cc
4@@ -18,7 +18,7 @@
5 // better, which is anywhere clang is used.
6 // TODO(pcc): Linux currently uses ThinLTO which has broken auto-vectorization
7 // in clang, so use our intrinsic version for now. http://crbug.com/738085
8-#if !defined(__clang__) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
9+#if !defined(__clang__) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
10 #define FMAC_FUNC FMAC_SSE
11 #define FMUL_FUNC FMUL_SSE
12 #else