From 2e241dbd8e82237f9982b78021ecb8754795dcbd Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 15 Jul 2015 22:07:27 +0200 Subject: [PATCH] Better naming for BOOST_HW_* --- include/boost/predef/hardware/simd.h | 2 +- include/boost/predef/hardware/simd/arm.h | 2 +- include/boost/predef/hardware/simd/arm/neon.h | 2 +- include/boost/predef/hardware/simd/ppc.h | 2 +- include/boost/predef/hardware/simd/ppc/qpx.h | 2 +- include/boost/predef/hardware/simd/ppc/vmx.h | 2 +- include/boost/predef/hardware/simd/ppc/vsx.h | 2 +- include/boost/predef/hardware/simd/x86.h | 2 +- include/boost/predef/hardware/simd/x86/avx.h | 2 +- include/boost/predef/hardware/simd/x86/avx2.h | 2 +- include/boost/predef/hardware/simd/x86/fma3.h | 2 +- include/boost/predef/hardware/simd/x86/fma4.h | 2 +- include/boost/predef/hardware/simd/x86/sse.h | 2 +- include/boost/predef/hardware/simd/x86/sse2.h | 2 +- include/boost/predef/hardware/simd/x86/sse3.h | 2 +- include/boost/predef/hardware/simd/x86/sse4_1.h | 2 +- include/boost/predef/hardware/simd/x86/sse4_2.h | 2 +- include/boost/predef/hardware/simd/x86/sse4a.h | 2 +- include/boost/predef/hardware/simd/x86/ssse3.h | 2 +- include/boost/predef/hardware/simd/x86/xop.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/include/boost/predef/hardware/simd.h b/include/boost/predef/hardware/simd.h index 174eb37..bc4e010 100644 --- a/include/boost/predef/hardware/simd.h +++ b/include/boost/predef/hardware/simd.h @@ -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 diff --git a/include/boost/predef/hardware/simd/arm.h b/include/boost/predef/hardware/simd/arm.h index fd4d362..78b2551 100644 --- a/include/boost/predef/hardware/simd/arm.h +++ b/include/boost/predef/hardware/simd/arm.h @@ -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 diff --git a/include/boost/predef/hardware/simd/arm/neon.h b/include/boost/predef/hardware/simd/arm/neon.h index 550e99e..1a9e173 100644 --- a/include/boost/predef/hardware/simd/arm/neon.h +++ b/include/boost/predef/hardware/simd/arm/neon.h @@ -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 diff --git a/include/boost/predef/hardware/simd/ppc.h b/include/boost/predef/hardware/simd/ppc.h index 1611582..dbbcdd7 100644 --- a/include/boost/predef/hardware/simd/ppc.h +++ b/include/boost/predef/hardware/simd/ppc.h @@ -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 diff --git a/include/boost/predef/hardware/simd/ppc/qpx.h b/include/boost/predef/hardware/simd/ppc/qpx.h index d1d0a15..d65b74f 100644 --- a/include/boost/predef/hardware/simd/ppc/qpx.h +++ b/include/boost/predef/hardware/simd/ppc/qpx.h @@ -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 diff --git a/include/boost/predef/hardware/simd/ppc/vmx.h b/include/boost/predef/hardware/simd/ppc/vmx.h index 2a49f5d..6569444 100644 --- a/include/boost/predef/hardware/simd/ppc/vmx.h +++ b/include/boost/predef/hardware/simd/ppc/vmx.h @@ -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 diff --git a/include/boost/predef/hardware/simd/ppc/vsx.h b/include/boost/predef/hardware/simd/ppc/vsx.h index 75b0b16..69b0f3d 100644 --- a/include/boost/predef/hardware/simd/ppc/vsx.h +++ b/include/boost/predef/hardware/simd/ppc/vsx.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86.h b/include/boost/predef/hardware/simd/x86.h index 6c281e2..8fb0698 100644 --- a/include/boost/predef/hardware/simd/x86.h +++ b/include/boost/predef/hardware/simd/x86.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/avx.h b/include/boost/predef/hardware/simd/x86/avx.h index b9d2ad4..f24015b 100644 --- a/include/boost/predef/hardware/simd/x86/avx.h +++ b/include/boost/predef/hardware/simd/x86/avx.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/avx2.h b/include/boost/predef/hardware/simd/x86/avx2.h index f2774a4..1479c4c 100644 --- a/include/boost/predef/hardware/simd/x86/avx2.h +++ b/include/boost/predef/hardware/simd/x86/avx2.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/fma3.h b/include/boost/predef/hardware/simd/x86/fma3.h index 112102a..1e20e46 100644 --- a/include/boost/predef/hardware/simd/x86/fma3.h +++ b/include/boost/predef/hardware/simd/x86/fma3.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/fma4.h b/include/boost/predef/hardware/simd/x86/fma4.h index 8e09d17..5f383a4 100644 --- a/include/boost/predef/hardware/simd/x86/fma4.h +++ b/include/boost/predef/hardware/simd/x86/fma4.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/sse.h b/include/boost/predef/hardware/simd/x86/sse.h index 55d3edb..f12b1ef 100644 --- a/include/boost/predef/hardware/simd/x86/sse.h +++ b/include/boost/predef/hardware/simd/x86/sse.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/sse2.h b/include/boost/predef/hardware/simd/x86/sse2.h index a9f0614..b47d398 100644 --- a/include/boost/predef/hardware/simd/x86/sse2.h +++ b/include/boost/predef/hardware/simd/x86/sse2.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/sse3.h b/include/boost/predef/hardware/simd/x86/sse3.h index 86d0bfd..cef43bc 100644 --- a/include/boost/predef/hardware/simd/x86/sse3.h +++ b/include/boost/predef/hardware/simd/x86/sse3.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/sse4_1.h b/include/boost/predef/hardware/simd/x86/sse4_1.h index 8e7e804..50b1ae5 100644 --- a/include/boost/predef/hardware/simd/x86/sse4_1.h +++ b/include/boost/predef/hardware/simd/x86/sse4_1.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/sse4_2.h b/include/boost/predef/hardware/simd/x86/sse4_2.h index 57717d6..80a944e 100644 --- a/include/boost/predef/hardware/simd/x86/sse4_2.h +++ b/include/boost/predef/hardware/simd/x86/sse4_2.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/sse4a.h b/include/boost/predef/hardware/simd/x86/sse4a.h index fced0b7..cbffba2 100644 --- a/include/boost/predef/hardware/simd/x86/sse4a.h +++ b/include/boost/predef/hardware/simd/x86/sse4a.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/ssse3.h b/include/boost/predef/hardware/simd/x86/ssse3.h index fa35b53..ace2396 100644 --- a/include/boost/predef/hardware/simd/x86/ssse3.h +++ b/include/boost/predef/hardware/simd/x86/ssse3.h @@ -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 diff --git a/include/boost/predef/hardware/simd/x86/xop.h b/include/boost/predef/hardware/simd/x86/xop.h index e91ef7b..e1a9d02 100644 --- a/include/boost/predef/hardware/simd/x86/xop.h +++ b/include/boost/predef/hardware/simd/x86/xop.h @@ -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