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

Provides seqan3::detail::default_simd_length and seqan3::detail::default_simd_max_length. More...

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

Go to the source code of this file.

Namespaces

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

Variables

template<typename scalar_t , template< typename, size_t > typename simd_backend_t>
constexpr auto seqan3::detail::default_simd_length
 seqan3::detail::default_simd_length returns the default length depending on the given scalar_t type, which is used in seqan3::simd::simd_type.
 
template<template< typename, size_t > typename simd_backend_t>
constexpr auto seqan3::detail::default_simd_max_length = 0u
 seqan3 auto-detects the maximum number of packable [u]int8_t types.
 

Detailed Description

Provides seqan3::detail::default_simd_length and seqan3::detail::default_simd_max_length.

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