Returns the logical not of the argument.
When using the following typedef :
typedef nsimd::fixed_point::fp_t<lf, rt> fp_tThe 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 {
packl<T> notl(const packl<T> & a0);
packl<T> operator!(const packl<T> & a0);
} // namespace fixed_point
} // namespace nsimd