Skip to content

Commit 249ecd8

Browse files
tomjnixonserge-sans-paille
authored andcommitted
remove broken neon fast_cast
fast_cast is supposed to be like static_cast, while bitwise_cast is like reinterpret_cast this was not used because of issue #626
1 parent f9d3b5d commit 249ecd8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

include/xsimd/arch/xsimd_neon.hpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,19 +2283,6 @@ namespace xsimd
22832283
return vcvtq_f32_s32(x);
22842284
}
22852285

2286-
/*************
2287-
* fast_cast *
2288-
*************/
2289-
2290-
namespace detail
2291-
{
2292-
template <class Tin, class Tout, class A>
2293-
inline batch<Tout, A> fast_cast(batch<Tin, A> const& in, batch<Tout, A> const& out, requires_arch<neon>)
2294-
{
2295-
return bitwise_cast(in, out, A{});
2296-
}
2297-
}
2298-
22992286
/*********
23002287
* isnan *
23012288
*********/

0 commit comments

Comments
 (0)