Contains algorithms to modify seqan3::simd::simd_type. More...
#include <utility>
#include <seqan3/core/simd/concept.hpp>
#include <seqan3/core/simd/simd_traits.hpp>
Go to the source code of this file.
Namespaces | |
seqan3 | |
The main SeqAn3 namespace. | |
seqan3::simd | |
The SeqAn3 namespace for simd data types, algorithms and meta functions. | |
Functions | |
template<simd_concept simd_t> | |
constexpr simd_t | seqan3::simd::fill (typename simd_traits< simd_t >::scalar_type const scalar) |
Fills a seqan3::simd::simd_type vector with a scalar value. More... | |
template<simd_concept simd_t> | |
constexpr simd_t | seqan3::simd::iota (typename simd_traits< simd_t >::scalar_type const offset) |
Fills a seqan3::simd::simd_type vector with the scalar values offset, offset+1, offset+2, ... More... | |
Contains algorithms to modify seqan3::simd::simd_type.