SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
simd_concept Interface Reference

The generic simd concept. More...

#include <seqan3/utility/simd/concept.hpp>

Detailed Description

The generic simd concept.

seqan3::simd::simd_concept checks whether a given type is a simd type. One of the prerequisites is that seqan3::simd::simd_traits is defined for this type.

Todo:
Simplify concept to the seqan3::detail::simd_conceptonce gcc bug is fixed

The documentation for this interface was generated from the following file:
Hide me