View | Details | Raw Unified | Return to bug 242233
Collapse All | Expand All

(-)files/patch-src_lib_evas_common_evas__cpu.c (+12 lines)
Line 0 Link Here
1
--- src/lib/evas/common/evas_cpu.c.orig	2019-11-25 13:47:47 UTC
2
+++ src/lib/evas/common/evas_cpu.c
3
@@ -10,6 +10,9 @@
4
 #if defined BUILD_SSE3
5
 #include <immintrin.h>
6
 #endif
7
+#if defined BUILD_ALTIVEC
8
+#include <altivec.h>
9
+#endif
10
 
11
 #if defined (HAVE_STRUCT_SIGACTION) && defined (HAVE_SIGLONGJMP)
12
 #include <signal.h>

Return to bug 242233