Skip to content

Commit bd82278

Browse files
wip
1 parent c527f46 commit bd82278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_neon.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ namespace xsimd
13591359
std::make_tuple(wrap::vmaxq_u8, wrap::vmaxq_s8, wrap::vmaxq_u16, wrap::vmaxq_s16,
13601360
wrap::vmaxq_u32, wrap::vmaxq_s32, wrap::vmaxq_f32)
13611361
};
1362-
return dispatcher.apply(register_type(lhs), register_type(rhs));
1362+
return dispatcher.apply(register_type(rhs), register_type(lhs));
13631363
}
13641364

13651365
template <class A, class T, detail::enable_sized_integral_t<T, 8> = 0>

0 commit comments

Comments
 (0)