4#include "arm_simd/helpers/concepts.hpp"
5#include "arm_simd/helpers/scalar.hpp"
7#ifdef __ARM_FEATURE_MVE
17 requires std::is_arithmetic_v<T>
29template <simd::is_quadword T>
34#ifndef ARGON_PLATFORM_MVE
35template <simd::is_
doubleword T>
Definition argon_half.hpp:11
Definition argon_full.hpp:24
Header file for SIMD features and platform detection.
Contains helper templates and concepts for type manipulation and compile-time utilities.
Definition helpers.hpp:12
typename ArgonFor< std::remove_cv_t< T > >::type ArgonFor_t
Helper alias to get the Argon type for a given vector type.
Definition argon_for.hpp:45
Helper template to get the Argon type for a given vector type.
Definition argon_for.hpp:26