Function to_vec¶
function to_vec(const portable_vec<T, N> &) simd¶
template <typename T, size_t N>
KFR_INTRINSIC vec<T, N> to_vec(const portable_vec<T, N>& pv) Convert a portable_vec to the native vec type.
vec<T, N> with the same contents. |
Fully qualified name: kfr::to_vec(const portable_vec<T, N> &)
Declared at simd/vec.hpp:2017
Function to_vec¶
function to_vec(const std::array<T, N> &) simd¶
Converts a std::array of N elements to a vector.
| T | Element type. |
| N | Number of elements. |
| a | The source array. |
A vector holding the elements of a. |
Fully qualified name: kfr::to_vec(const std::array<T, N> &)
Declared at simd/read_write.hpp:522
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.