Fix predef redefinition of BOOST_HW_SIMD_PPC_NAME

It was invalidly named BOOST_HW_SIMD_PPC_NAME instead of
BOOST_HW_SIMD_ARM_NAME
This commit is contained in:
Charly Chevalier
2015-07-15 23:14:04 +02:00
parent 2e1caabff4
commit 5758f35ffc

View File

@ -34,7 +34,7 @@ http://www.boost.org/LICENSE_1_0.txt)
# define BOOST_HW_SIMD_ARM_AVAILABLE
#else
# define BOOST_HW_SIMD_ARM BOOST_VERSION_NUMBER_NOT_AVAILABLE
# define BOOST_HW_SIMD_PPC_NAME "ARM SIMD"
# define BOOST_HW_SIMD_ARM_NAME "ARM SIMD"
#endif
#endif