x86 -> X86 (in macro names)

This commit is contained in:
Charly Chevalier
2015-07-21 14:51:58 +02:00
parent 0b90b9f19b
commit 2ae1123abf
2 changed files with 5 additions and 5 deletions

View File

@ -120,7 +120,7 @@ http://www.boost.org/LICENSE_1_0.txt)
[note Not available for versions of MSVC below 17.00.]
*/
#define BOOST_HW_SIMD_x86_AVX2_VERSION BOOST_VERSION_NUMBER(5, 3, 0)
#define BOOST_HW_SIMD_X86_AVX2_VERSION BOOST_VERSION_NUMBER(5, 3, 0)
/*`
[heading `BOOST_HW_SIMD_X86_MIC_VERSION`]
@ -130,6 +130,6 @@ http://www.boost.org/LICENSE_1_0.txt)
Version number is: *99.999.999*.
*/
#define BOOST_HW_SIMD_x86_MIC_VERSION BOOST_VERSION_NUMBER(99, 999, 999)
#define BOOST_HW_SIMD_X86_MIC_VERSION BOOST_VERSION_NUMBER(99, 999, 999)
#endif

View File

@ -27,7 +27,7 @@ http://www.boost.org/LICENSE_1_0.txt)
Version number is: *4.0.0*.
*/
#define BOOST_HW_SIMD_x86_AMD_SSE4A_VERSION BOOST_VERSION_NUMBER(4, 0, 0)
#define BOOST_HW_SIMD_X86_AMD_SSE4A_VERSION BOOST_VERSION_NUMBER(4, 0, 0)
/*`
[heading `BOOST_HW_SIMD_X86_XOP_VERSION`]
@ -36,7 +36,7 @@ http://www.boost.org/LICENSE_1_0.txt)
Version number is: *5.1.1*.
*/
#define BOOST_HW_SIMD_x86_AMD_FMA4_VERSION BOOST_VERSION_NUMBER(5, 1, 0)
#define BOOST_HW_SIMD_X86_AMD_FMA4_VERSION BOOST_VERSION_NUMBER(5, 1, 0)
/*`
[heading `BOOST_HW_SIMD_X86_XOP_VERSION`]
@ -45,7 +45,7 @@ http://www.boost.org/LICENSE_1_0.txt)
Version number is: *5.1.1*.
*/
#define BOOST_HW_SIMD_x86_AMD_XOP_VERSION BOOST_VERSION_NUMBER(5, 1, 1)
#define BOOST_HW_SIMD_X86_AMD_XOP_VERSION BOOST_VERSION_NUMBER(5, 1, 1)
#endif