SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
default_simd_backend.hpp File Reference

Provides seqan3::detail::default_simd_backend. More...

+ Include dependency graph for default_simd_backend.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::detail
 The internal SeqAn3 namespace.
 

Typedefs

template<typename scalar_t , size_t length>
using seqan3::detail::default_simd_backend = builtin_simd< scalar_t, length >
 seqan3::detail::default_simd_backend is the default used implementation of seqan3::simd::simd_type. More...
 

Detailed Description

Provides seqan3::detail::default_simd_backend.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>