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>
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_t | The 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:50
This class inherits from std::true_type, iff seqan3::detail::builtin_simd<scalar_t,...
Definition builtin_simd.hpp:113
- See also
- https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html
The documentation for this struct was generated from the following file: