Function allonesvector¶
function allonesvector() simd¶
template <typename T, size_t N>
KFR_INTRINSIC vec<T, N> allonesvector() Return a vector of the given type and size with all bits set to 1.
Fully qualified name: kfr::allonesvector()
Declared at simd/vec.hpp:1678
Function allonesvector¶
function allonesvector(vec_shape<T, N>) simd¶
Return a vector matching the given shape with all bits set to 1.
Fully qualified name: kfr::allonesvector(vec_shape<T, N>)
Declared at simd/vec.hpp:1685
Function allonesvector¶
function allonesvector(vec<T, N>) simd¶
Return a vector matching the type of the given vector with all bits set to 1.
Fully qualified name: kfr::allonesvector(vec<T, N>)
Declared at simd/vec.hpp:1692
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.