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

(-)files/patch-src_cl_include_private_Random123_features_gccfeatures.h (+11 lines)
Line 0 Link Here
1
--- src/cl/include/private/Random123/features/gccfeatures.h.orig	2020-01-02 12:50:28 UTC
2
+++ src/cl/include/private/Random123/features/gccfeatures.h
3
@@ -44,7 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY O
4
  Please let the authors know of any successes (or failures). */
5
 #endif
6
 
7
-#ifdef __powerpc__
8
+#if defined(__powerpc__) && !defined(__clang__)
9
 #include <ppu_intrinsics.h>
10
 #endif
11
 

Return to bug 243036