SeqAn3 3.3.0-rc.1
The Modern C++ library for sequence analysis.
 
Loading...
Searching...
No Matches
seqan3::detail::is_builtin_simd< builtin_simd_t > Struct Template Reference

This class inherits from std::true_type, iff seqan3::detail::builtin_simd<scalar_t, length>::type is a builtin simd type. More...

#include <seqan3/utility/simd/detail/builtin_simd.hpp>

+ Inheritance diagram for seqan3::detail::is_builtin_simd< builtin_simd_t >:

Detailed Description

template<typename builtin_simd_t>
struct seqan3::detail::is_builtin_simd< builtin_simd_t >

This class inherits from std::true_type, iff seqan3::detail::builtin_simd<scalar_t, length>::type is a builtin simd type.

Template Parameters
builtin_simd_tThe type to check.
Provides seqan3::detail::builtin_simd, seqan3::detail::is_builtin_simd and seqan3::simd::simd_traits<...
A class that holds the type of a simd implementation called [vector extension] (https://gcc....
Definition: builtin_simd.hpp:53
This class inherits from std::true_type, iff seqan3::detail::builtin_simd<scalar_t,...
Definition: builtin_simd.hpp:118
See also
https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html

The documentation for this struct was generated from the following file: