summaryrefslogtreecommitdiff
path: root/media-libs/x265/files/x265-2.9-detect512.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/x265/files/x265-2.9-detect512.patch')
-rw-r--r--media-libs/x265/files/x265-2.9-detect512.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-libs/x265/files/x265-2.9-detect512.patch b/media-libs/x265/files/x265-2.9-detect512.patch
deleted file mode 100644
index 8437ed09b884..000000000000
--- a/media-libs/x265/files/x265-2.9-detect512.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/source/common/cpu.cpp
-+++ b/source/common/cpu.cpp
-@@ -110,6 +110,11 @@
- { "", 0 },
- };
-
-+bool detect512()
-+{
-+ return(enable512);
-+}
-+
- #if X265_ARCH_X86
-
- extern "C" {
-@@ -123,10 +128,6 @@
- #pragma warning(disable: 4309) // truncation of constant value
- #endif
-
--bool detect512()
--{
-- return(enable512);
--}
- uint32_t cpu_detect(bool benableavx512 )
- {
-