From d55868c3b2004cba008e21f5607dc08076594451 Mon Sep 17 00:00:00 2001 From: "Sv. Lockal" Date: Sun, 10 May 2015 19:32:32 +0000 Subject: Cycles: And yet another compilation fix after half-float commit for clang. Suggested by Brecht, tested with gcc > 4.4 and Clang --- intern/cycles/util/util_optimization.h | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'intern/cycles/util') diff --git a/intern/cycles/util/util_optimization.h b/intern/cycles/util/util_optimization.h index b230bb1a627..c951c35fc76 100644 --- a/intern/cycles/util/util_optimization.h +++ b/intern/cycles/util/util_optimization.h @@ -102,28 +102,7 @@ #ifdef _MSC_VER #include #else - -#ifdef __KERNEL_SSE2__ -#include /* SSE 1 */ -#include /* SSE 2 */ -#endif - -#ifdef __KERNEL_SSE3__ -#include /* SSE 3 */ -#endif - -#ifdef __KERNEL_SSSE3__ -#include /* SSSE 3 */ -#endif - -#ifdef __KERNEL_SSE41__ -#include /* SSE 4.1 */ -#endif - -#ifdef __KERNEL_AVX__ -#include /* AVX */ -#endif - +#include #endif #else -- cgit v1.2.3