aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Antonio Sanchez <cantonios@google.com>2020-12-04 13:42:18 -0800
committerGravatar Antonio Sanchez <cantonios@google.com>2020-12-04 13:42:18 -0800
commit2dbac2f99f073051b213f41d9dac26e01d94594e (patch)
treec3cc9d4bfe660a5ac259bd96f93d5a92ac0690a7 /unsupported
parente2f21465fea76a80966f12a20d0be36597f19b44 (diff)
Fix bad NEON fp16 check
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h2
1 files changed, 1 insertions, 1 deletions
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 \