mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 03:47:14 +02:00
x86 -> X86 (in macro names)
This commit is contained in:
@ -120,7 +120,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
[note Not available for versions of MSVC below 17.00.]
|
[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`]
|
[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*.
|
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
|
#endif
|
||||||
|
@ -27,7 +27,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
Version number is: *4.0.0*.
|
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`]
|
[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*.
|
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`]
|
[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*.
|
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
|
#endif
|
||||||
|
Reference in New Issue
Block a user