Function greaterorequal¶
function greaterorequal(const T1 &, const T2 &) simd¶
template <typename T1, typename T2>
inline maskfor<std::common_type_t<T1, T2>> greaterorequal(const T1& x, const T2& y) Element-wise greater-or-equal comparison.
| x | Left-hand operand. |
| y | Right-hand operand. |
Mask of elements where x >= y . |
Fully qualified name: kfr::greaterorequal(const T1 &, const T2 &)
Declared at simd/comparison.hpp:96
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.