aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib/files/patch-Sources_Core_System_detect__cpu__ext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib/files/patch-Sources_Core_System_detect__cpu__ext.cpp')
-rw-r--r--devel/clanlib/files/patch-Sources_Core_System_detect__cpu__ext.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/clanlib/files/patch-Sources_Core_System_detect__cpu__ext.cpp b/devel/clanlib/files/patch-Sources_Core_System_detect__cpu__ext.cpp
deleted file mode 100644
index c77477f9711f..000000000000
--- a/devel/clanlib/files/patch-Sources_Core_System_detect__cpu__ext.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Sources/Core/System/detect_cpu_ext.cpp.orig 2011-11-15 12:15:42 UTC
-+++ Sources/Core/System/detect_cpu_ext.cpp
-@@ -30,7 +30,7 @@
- #include "Core/precomp.h"
- #include "API/Core/System/system.h"
-
--#ifdef CL_ARM_PLATFORM
-+#if defined(CL_ARM_PLATFORM) || defined(CL_DISABLE_SSE2)
- bool CL_System::detect_cpu_extension(CL_CPU_ExtensionPPC ext)
- {
- throw ("Congratulations, you've just been selected to code this feature!");