Skip to content

Commit 35aa9e7

Browse files
WIP
1 parent 7e1d26a commit 35aa9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_altivec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ namespace xsimd
115115
template <class A, class T_out, class T_in>
116116
XSIMD_INLINE batch_bool<T_out, A> batch_bool_cast(batch_bool<T_in, A> const& self, batch_bool<T_out, A> const&, requires_arch<altivec>) noexcept
117117
{
118-
return { bitwise_cast<T_out>(batch<T_in, A>(self.data)).data };
118+
return (typename batch_bool<T_out, A>::register_type)self.data;
119119
}
120120

121121
// bitwise_and

0 commit comments

Comments
 (0)