NSIMD documentation
Index | Tutorial | FAQ | Contribute | API overview | API reference | Wrapped intrinsics | Modules
Fixed-point arithmetic module documentation
Overview | API reference

compare for lesser-or-equal-than

Compare the inputs for lesser-or-equal-than.

Template parameter type for T:

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:

nsimd::fixed_point::pack<fp_t>
nsimd::fixed_point::packl<fp_t>
nsimd::fixed_point::fp_t<lf, rt>

C++ API

namespace nsimd {
namespace fixed_point {

packl<T> le(const pack<T> & a0, const pack<T> & a1);

packl<T> operator<=(const pack<T> & a0, const pack<T> & a1);

} // namespace fixed_point
} // namespace nsimd