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

(-)graphics/darktable/files/patch-src__common__darktable.c (+11 lines)
Line 0 Link Here
1
--- src/common/darktable.c.orig	2015-06-07 11:40:16.000000000 +0200
2
+++ src/common/darktable.c	2015-08-23 15:24:46.853488000 +0200
3
@@ -403,7 +403,7 @@ int dt_init(int argc, char *argv[], cons
4
 #else
5
   int sse3_supported = 0;
6
 
7
-#if(__GNUC_PREREQ(4, 8) || __has_builtin(__builtin_cpu_supports))
8
+#if __GNUC_PREREQ(4, 8)
9
   // NOTE: _may_i_use_cpu_feature() looks better, but only avaliable in ICC
10
   sse3_supported = __builtin_cpu_supports("sse3");
11
 #else

Return to bug 202594