SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
simd.hpp File Reference

Provides seqan3::simd::simd_type. More...

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

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

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::simd
 The SeqAn 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>, template< typename scalar_t_, size_t length_ > typename simd_backend = detail::default_simd_backend>
using seqan3::simd::simd_type_t = typename simd_type< scalar_t, length, simd_backend >::type
 Helper type of seqan3::simd::simd_type.
 

Detailed Description

Provides seqan3::simd::simd_type.

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