mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Better naming for BOOST_HW_*
This commit is contained in:
@ -57,7 +57,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_AVAILABLE
|
||||
#else
|
||||
# define BOOST_HW_SIMD BOOST_VERSION_NUMBER_NOT_AVAILABLE
|
||||
# define BOOST_HW_SIMD_NAME "(not found)"
|
||||
# define BOOST_HW_SIMD_NAME "Hardware SIMD"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -34,7 +34,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_ARM_AVAILABLE
|
||||
#else
|
||||
# define BOOST_HW_SIMD_ARM BOOST_VERSION_NUMBER_NOT_AVAILABLE
|
||||
# define BOOST_HW_SIMD_ARM_NAME "(not found)"
|
||||
# define BOOST_HW_SIMD_PPC_NAME "ARM SIMD"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -32,7 +32,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_ARM_NEON_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_ARM_NEON_NAME "NEON"
|
||||
#define BOOST_HW_SIMD_ARM_NEON_NAME "ARM SIMD NEON"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_ARM) && defined(BOOST_HW_SIMD_ARM_NEON_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_ARM BOOST_HW_SIMD_ARM_NEON
|
||||
|
@ -37,7 +37,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_PPC_AVAILABLE
|
||||
#else
|
||||
# define BOOST_HW_SIMD_PPC BOOST_VERSION_NUMBER_NOT_AVAILABLE
|
||||
# define BOOST_HW_SIMD_PPC_NAME "(not found)"
|
||||
# define BOOST_HW_SIMD_PPC_NAME "PowerPC SIMD"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_PPC_QPX_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_PPC_QPX_NAME "QPX"
|
||||
#define BOOST_HW_SIMD_PPC_QPX_NAME "PowerPC SIMD QPX"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_PPC) && defined(BOOST_HW_SIMD_PPC_QPX_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_PPC BOOST_HW_SIMD_PPC_QPX
|
||||
|
@ -31,7 +31,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_PPC_VMX_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_PPC_VMX_NAME "VMX"
|
||||
#define BOOST_HW_SIMD_PPC_VMX_NAME "PowerPC SIMD VMX"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_PPC) && defined(BOOST_HW_SIMD_PPC_VMX_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_PPC BOOST_HW_SIMD_PPC_VMX
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_PPC_VSX_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_PPC_VSX_NAME "VSX"
|
||||
#define BOOST_HW_SIMD_PPC_VSX_NAME "PowerPC SIMD VSX"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_PPC) && defined(BOOST_HW_SIMD_PPC_VSX_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_PPC BOOST_HW_SIMD_PPC_VSX
|
||||
|
@ -48,7 +48,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_AVAILABLE
|
||||
#else
|
||||
# define BOOST_HW_SIMD_X86 BOOST_VERSION_NUMBER_NOT_AVAILABLE
|
||||
# define BOOST_HW_SIMD_X86_NAME "(not found)"
|
||||
# define BOOST_HW_SIMD_X86_NAME "x86 SIMD"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -34,7 +34,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_AVX_NAME "AVX"
|
||||
#define BOOST_HW_SIMD_X86_AVX_NAME "x86 SIMD AVX"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_AVX_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_AVX
|
||||
|
@ -34,7 +34,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_AVX2_NAME "AVX2"
|
||||
#define BOOST_HW_SIMD_X86_AVX2_NAME "x86 SIMD AVX2"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_AVX2_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_AVX2
|
||||
|
@ -34,7 +34,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_FMA3_NAME "FMA3"
|
||||
#define BOOST_HW_SIMD_X86_FMA3_NAME "x86 SIMD FMA3"
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_FMA4_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_FMA4_NAME "FMA4"
|
||||
#define BOOST_HW_SIMD_X86_FMA4_NAME "x86 (AMD) SIMD FMA4"
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -32,7 +32,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_SSE_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_SSE_NAME "SSE(1)"
|
||||
#define BOOST_HW_SIMD_X86_SSE_NAME "x86 SIMD SSE(1)"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_SSE_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_SSE
|
||||
|
@ -32,7 +32,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_SSE2_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_SSE2_NAME "SSE2"
|
||||
#define BOOST_HW_SIMD_X86_SSE2_NAME "x86 SIMD SSE2"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_SSE2_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_SSE2
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_SSE3_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_SSE3_NAME "SSE3"
|
||||
#define BOOST_HW_SIMD_X86_SSE3_NAME "x86 SIMD SSE3"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_SSE3_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_SSE3
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_SSE4_1_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_SSE4_1_NAME "SSE4.1"
|
||||
#define BOOST_HW_SIMD_X86_SSE4_1_NAME "x86 SIMD SSE4.1"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_SSE4_1_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_SSE4_1
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_SSE4_2_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_SSE4_2_NAME "SSE4.2"
|
||||
#define BOOST_HW_SIMD_X86_SSE4_2_NAME "x86 SIMD SSE4.2"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_SSE4_2_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_SSE4_2
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_SSE4A_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_SSE4A_NAME "SSE4a"
|
||||
#define BOOST_HW_SIMD_X86_SSE4A_NAME "x86 (AMD) SIMD SSE4a"
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_SSSE3_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_SSSE3_NAME "SSSE3"
|
||||
#define BOOST_HW_SIMD_X86_SSSE3_NAME "x86 SIMD SSSE3"
|
||||
|
||||
#if !defined(BOOST_HW_SIMD_X86) && defined(BOOST_HW_SIMD_X86_SSSE3_AVAILABLE)
|
||||
# define BOOST_HW_SIMD_X86 BOOST_HW_SIMD_X86_SSSE3
|
||||
|
@ -30,7 +30,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
# define BOOST_HW_SIMD_X86_XOP_AVAILABLE
|
||||
#endif
|
||||
|
||||
#define BOOST_HW_SIMD_X86_XOP_NAME "XOP"
|
||||
#define BOOST_HW_SIMD_X86_XOP_NAME "x86 (AMD) SIMD XOP"
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user