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