mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix bad NEON fp16 check
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
#ifdef EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC
|
#if EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC
|
||||||
|
|
||||||
#define NEON_HALF_TO_FLOAT_FUNCTIONS(METHOD) \
|
#define NEON_HALF_TO_FLOAT_FUNCTIONS(METHOD) \
|
||||||
template <> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE \
|
template <> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE \
|
||||||
|
|||||||
Reference in New Issue
Block a user