From 2dbac2f99f073051b213f41d9dac26e01d94594e Mon Sep 17 00:00:00 2001 From: Antonio Sanchez Date: Fri, 4 Dec 2020 13:42:18 -0800 Subject: Fix bad NEON fp16 check --- unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported') diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h index f8dda28fc..ec9295197 100644 --- a/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +++ b/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h @@ -4,7 +4,7 @@ namespace Eigen { namespace internal { -#ifdef EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC +#if EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC #define NEON_HALF_TO_FLOAT_FUNCTIONS(METHOD) \ template <> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE \ -- cgit v1.2.3