mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 03:27:13 +02:00
Remove intrinsics headers
This commit is contained in:
@ -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 <immintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <immintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <immintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <immintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <immintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <xmmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <emmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <pmmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <smmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <nmmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <ammintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.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 <tmmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include <boost/predef/detail/test.h>
|
||||
|
Reference in New Issue
Block a user