summaryrefslogtreecommitdiff
path: root/graphics/mesa/patches/patch-src_util_u_cpu_detect_c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mesa/patches/patch-src_util_u_cpu_detect_c')
-rw-r--r--graphics/mesa/patches/patch-src_util_u_cpu_detect_c17
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/mesa/patches/patch-src_util_u_cpu_detect_c b/graphics/mesa/patches/patch-src_util_u_cpu_detect_c
deleted file mode 100644
index 4eedf07..0000000
--- a/graphics/mesa/patches/patch-src_util_u_cpu_detect_c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/util/u_cpu_detect.c
---- src/util/u_cpu_detect.c.orig
-+++ src/util/u_cpu_detect.c
-@@ -224,10 +224,13 @@ check_os_altivec_support(void)
-
- util_cpu_caps.has_altivec = 1;
-
-+/* no support for POWER7 VSX instructions in binutils 2.17 */
-+#ifndef __OpenBSD__
- if (enable_vsx) {
- __asm __volatile("xxland %vs0, %vs0, %vs0");
- util_cpu_caps.has_vsx = 1;
- }
-+#endif
- signal(SIGILL, SIG_DFL);
- } else {
- util_cpu_caps.has_altivec = 0;