Load data from aligned memory and interpret it as booleans. Zero is interpreted as False and nonzero as True.
When using the following typedef :
typedef nsimd::fixed_point::fp_t<lf, rt> fp_t
The T template parameter is one of the following types depending on the operator:
set1
, loadu
and loada
:
nsimd::fixed_point::pack<fp_t>
loadlu
, loadla
:
nsimd::fixed_point::packl<fp_t>
Other operators:
nsimd::fixed_point::fp_t<lf, rt>
namespace nsimd {
namespace fixed_point {
template <typename T> packl<T> loadla(const typename T::value_type * a0);
} // namespace fixed_point
} // namespace nsimd