Contains seqan3::simd::simd_type. More...
Go to the source code of this file.
Classes | |
struct | seqan3::simd::simd_type< scalar_t, length, simd_backend > |
seqan3::simd::simd_type encapsulates simd vector types, which can be manipulated by simd operations. More... | |
Namespaces | |
seqan3 | |
The main SeqAn3 namespace. | |
seqan3::simd | |
The SeqAn3 namespace for simd data types, algorithms and meta functions. | |
Typedefs | |
template<typename scalar_t , size_t length = detail::default_simd_length<scalar_t, detail::default_simd_backend>, typename simd_backend = detail::default_simd_backend<scalar_t, length>> | |
using | seqan3::simd::simd_type_t = typename simd_type< scalar_t, length, simd_backend >::type |
Helper type of seqan3::simd::simd_type. | |
Contains seqan3::simd::simd_type.