diff --git a/include/boost/predef/hardware/simd/x86/versions.h b/include/boost/predef/hardware/simd/x86/versions.h index 77dc104..b7eb48e 100644 --- a/include/boost/predef/hardware/simd/x86/versions.h +++ b/include/boost/predef/hardware/simd/x86/versions.h @@ -82,7 +82,7 @@ http://www.boost.org/LICENSE_1_0.txt) The [@https://en.wikipedia.org/wiki/SSE4##SSE4.2 SSE4_2] x86 extension version number. - Version number is: *4.1.0*. + Version number is: *4.2.0*. */ #define BOOST_HW_SIMD_X86_SSE4_2_VERSION BOOST_VERSION_NUMBER(4, 2, 0) @@ -128,8 +128,8 @@ http://www.boost.org/LICENSE_1_0.txt) The [@https://en.wikipedia.org/wiki/Xeon_Phi MIC] (Xeon Phi) x86 extension version number. - Version number is: *99.999.999*. + Version number is: *99.99.99999*. */ -#define BOOST_HW_SIMD_X86_MIC_VERSION BOOST_VERSION_NUMBER(99, 999, 999) +#define BOOST_HW_SIMD_X86_MIC_VERSION BOOST_VERSION_NUMBER_MAX #endif diff --git a/include/boost/predef/hardware/simd/x86_amd/versions.h b/include/boost/predef/hardware/simd/x86_amd/versions.h index 835a998..a0a9e91 100644 --- a/include/boost/predef/hardware/simd/x86_amd/versions.h +++ b/include/boost/predef/hardware/simd/x86_amd/versions.h @@ -34,7 +34,7 @@ http://www.boost.org/LICENSE_1_0.txt) [@https://en.wikipedia.org/wiki/XOP_instruction_set XOP] x86 extension (AMD specific). - Version number is: *5.1.1*. + Version number is: *5.1.0*. */ #define BOOST_HW_SIMD_X86_AMD_FMA4_VERSION BOOST_VERSION_NUMBER(5, 1, 0)