Skip to content

Commit 3734452

Browse files
wip
1 parent c527f46 commit 3734452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/xsimd/arch/xsimd_neon.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ namespace xsimd
13251325
*******/
13261326

13271327
WRAP_BINARY_INT_EXCLUDING_64(vminq, detail::identity_return_type)
1328-
WRAP_BINARY_FLOAT(vminq, detail::identity_return_type)
1328+
WRAP_BINARY_FLOAT(vminnmq, detail::identity_return_type)
13291329

13301330
template <class A, class T, detail::exclude_int64_neon_t<T> = 0>
13311331
XSIMD_INLINE batch<T, A> min(batch<T, A> const& lhs, batch<T, A> const& rhs, requires_arch<neon>) noexcept
@@ -1349,7 +1349,7 @@ namespace xsimd
13491349
*******/
13501350

13511351
WRAP_BINARY_INT_EXCLUDING_64(vmaxq, detail::identity_return_type)
1352-
WRAP_BINARY_FLOAT(vmaxq, detail::identity_return_type)
1352+
WRAP_BINARY_FLOAT(vmaxnmq, detail::identity_return_type)
13531353

13541354
template <class A, class T, detail::exclude_int64_neon_t<T> = 0>
13551355
XSIMD_INLINE batch<T, A> max(batch<T, A> const& lhs, batch<T, A> const& rhs, requires_arch<neon>) noexcept

0 commit comments

Comments
 (0)