Function ispositive¶
function ispositive(const vec<T, N> &) simd¶
Detect non-negative values element-wise.
| x | Input vector. |
| Mask of elements whose sign bit is clear. |
Fully qualified name: kfr::ispositive(const vec<T, N> &)
Declared at simd/comparison.hpp:168
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.