From 0e6e579e6e53b4f6c3caf3acb0077eaa9a9632d1 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Fri, 10 Jul 2015 17:04:06 +0200 Subject: [PATCH] Remove intrinsics headers --- include/boost/predef/hardware/simd/x86/avx.h | 4 ---- include/boost/predef/hardware/simd/x86/avx2.h | 4 ---- include/boost/predef/hardware/simd/x86/fma3.h | 4 ---- include/boost/predef/hardware/simd/x86/fma4.h | 4 ---- include/boost/predef/hardware/simd/x86/mic.h | 4 ---- include/boost/predef/hardware/simd/x86/sse.h | 4 ---- include/boost/predef/hardware/simd/x86/sse2.h | 4 ---- include/boost/predef/hardware/simd/x86/sse3.h | 4 ---- include/boost/predef/hardware/simd/x86/sse4_1.h | 4 ---- include/boost/predef/hardware/simd/x86/sse4_2.h | 4 ---- include/boost/predef/hardware/simd/x86/sse4a.h | 4 ---- include/boost/predef/hardware/simd/x86/ssse3.h | 4 ---- 12 files changed, 48 deletions(-) diff --git a/include/boost/predef/hardware/simd/x86/avx.h b/include/boost/predef/hardware/simd/x86/avx.h index 1a0bf50..bd5c328 100644 --- a/include/boost/predef/hardware/simd/x86/avx.h +++ b/include/boost/predef/hardware/simd/x86/avx.h @@ -43,10 +43,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_AVX_NAME #endif -#if defined(BOOST_HW_SIMD_X86_AVX_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/avx2.h b/include/boost/predef/hardware/simd/x86/avx2.h index a370dcb..15ed4bd 100644 --- a/include/boost/predef/hardware/simd/x86/avx2.h +++ b/include/boost/predef/hardware/simd/x86/avx2.h @@ -43,10 +43,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_AVX2_NAME #endif -#if defined(BOOST_HW_SIMD_X86_AVX2_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/fma3.h b/include/boost/predef/hardware/simd/x86/fma3.h index 71170b9..ef9f0e8 100644 --- a/include/boost/predef/hardware/simd/x86/fma3.h +++ b/include/boost/predef/hardware/simd/x86/fma3.h @@ -44,10 +44,6 @@ http://www.boost.org/LICENSE_1_0.txt) #define BOOST_HW_SIMD_X86_FMA3_NAME "FMA3" -#if defined(BOOST_HW_SIMD_X86_FMA3_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/fma4.h b/include/boost/predef/hardware/simd/x86/fma4.h index 79c9721..5b0e760 100644 --- a/include/boost/predef/hardware/simd/x86/fma4.h +++ b/include/boost/predef/hardware/simd/x86/fma4.h @@ -40,10 +40,6 @@ http://www.boost.org/LICENSE_1_0.txt) #define BOOST_HW_SIMD_X86_FMA4_NAME "FMA4" -#if defined(BOOST_HW_SIMD_X86_FMA4_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/mic.h b/include/boost/predef/hardware/simd/x86/mic.h index 7ec6f1d..c0eabcb 100644 --- a/include/boost/predef/hardware/simd/x86/mic.h +++ b/include/boost/predef/hardware/simd/x86/mic.h @@ -39,10 +39,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_MIC_NAME #endif -#if defined(BOOST_HW_SIMD_X86_MIC_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/sse.h b/include/boost/predef/hardware/simd/x86/sse.h index bb4f103..5459f27 100644 --- a/include/boost/predef/hardware/simd/x86/sse.h +++ b/include/boost/predef/hardware/simd/x86/sse.h @@ -41,10 +41,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_SSE_NAME #endif -#if defined(BOOST_HW_SIMD_X86_SSE_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/sse2.h b/include/boost/predef/hardware/simd/x86/sse2.h index 915d4ae..178f594 100644 --- a/include/boost/predef/hardware/simd/x86/sse2.h +++ b/include/boost/predef/hardware/simd/x86/sse2.h @@ -41,10 +41,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_SSE2_NAME #endif -#if defined(BOOST_HW_SIMD_X86_SSE2_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/sse3.h b/include/boost/predef/hardware/simd/x86/sse3.h index 30c22c7..c827292 100644 --- a/include/boost/predef/hardware/simd/x86/sse3.h +++ b/include/boost/predef/hardware/simd/x86/sse3.h @@ -39,10 +39,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_SSE3_NAME #endif -#if defined(BOOST_HW_SIMD_X86_SSE3_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/sse4_1.h b/include/boost/predef/hardware/simd/x86/sse4_1.h index 2f4b0a8..8713d09 100644 --- a/include/boost/predef/hardware/simd/x86/sse4_1.h +++ b/include/boost/predef/hardware/simd/x86/sse4_1.h @@ -39,10 +39,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_SSE4_1_NAME #endif -#if defined(BOOST_HW_SIMD_X86_SSE4_1_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/sse4_2.h b/include/boost/predef/hardware/simd/x86/sse4_2.h index 281d2bd..c56eae4 100644 --- a/include/boost/predef/hardware/simd/x86/sse4_2.h +++ b/include/boost/predef/hardware/simd/x86/sse4_2.h @@ -39,10 +39,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_SSE4_2_NAME #endif -#if defined(BOOST_HW_SIMD_X86_SSE4_2_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/sse4a.h b/include/boost/predef/hardware/simd/x86/sse4a.h index 348d229..f804b70 100644 --- a/include/boost/predef/hardware/simd/x86/sse4a.h +++ b/include/boost/predef/hardware/simd/x86/sse4a.h @@ -40,10 +40,6 @@ http://www.boost.org/LICENSE_1_0.txt) #define BOOST_HW_SIMD_X86_SSE4A_NAME "SSE4a" -#if defined(BOOST_HW_SIMD_X86_SSE4A_AVAILABLE) -# include -#endif - #endif #include diff --git a/include/boost/predef/hardware/simd/x86/ssse3.h b/include/boost/predef/hardware/simd/x86/ssse3.h index ab2aa78..08856c4 100644 --- a/include/boost/predef/hardware/simd/x86/ssse3.h +++ b/include/boost/predef/hardware/simd/x86/ssse3.h @@ -39,10 +39,6 @@ http://www.boost.org/LICENSE_1_0.txt) # define BOOST_HW_SIMD_X86_NAME BOOST_HW_SIMD_X86_SSSE3_NAME #endif -#if defined(BOOST_HW_SIMD_X86_SSSE3_AVAILABLE) -# include -#endif - #endif #include