Update BOOST_HW_SIMD_X86_MIC_VERSION version number (max -> 9.0.0)

This commit is contained in:
Charly Chevalier
2015-07-21 20:29:25 +02:00
parent 93833f6e9e
commit 7fefba479c

View File

@ -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