Function write¶
function write(T *, const vec<T, N> &) simd¶
template <bool A = false, size_t N, typename T>
KFR_INTRINSIC void write(T* dest, const vec<T, N>& value) Writes a vector of N elements of type T to memory.
| A | When true, requires (and may exploit) an aligned destination pointer. |
| N | Number of elements to write. |
| T | Element type. |
| dest | Pointer to the destination storage. |
| value | Vector whose elements are stored to dest. |
Fully qualified name: kfr::write(T *, const vec<T, N> &)
Declared at simd/read_write.hpp:99
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.