Function isnan¶
function isnan(const vec<T, N> &) simd¶
Detect NaN (Not-a-Number) values element-wise.
A value is NaN if it is not equal to itself.
| x | Input vector. |
Mask of elements where x is NaN. |
Fully qualified name: kfr::isnan(const vec<T, N> &)
Declared at simd/comparison.hpp:115
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.