From 7fefba479cf074c1a211b5ba88c14f7988f489c1 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Tue, 21 Jul 2015 20:29:25 +0200 Subject: [PATCH] Update BOOST_HW_SIMD_X86_MIC_VERSION version number (max -> 9.0.0) --- include/boost/predef/hardware/simd/x86/versions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/predef/hardware/simd/x86/versions.h b/include/boost/predef/hardware/simd/x86/versions.h index b7eb48e..3c64ea5 100644 --- a/include/boost/predef/hardware/simd/x86/versions.h +++ b/include/boost/predef/hardware/simd/x86/versions.h @@ -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.99.99999*. + Version number is: *9.0.0*. */ -#define BOOST_HW_SIMD_X86_MIC_VERSION BOOST_VERSION_NUMBER_MAX +#define BOOST_HW_SIMD_X86_MIC_VERSION BOOST_VERSION_NUMBER(9, 0, 0) #endif