mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 03:47:14 +02:00
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:
@ -34,7 +34,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
# define BOOST_HW_SIMD_ARM_AVAILABLE
|
# define BOOST_HW_SIMD_ARM_AVAILABLE
|
||||||
#else
|
#else
|
||||||
# define BOOST_HW_SIMD_ARM BOOST_VERSION_NUMBER_NOT_AVAILABLE
|
# 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
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user