Specifies that a type is a SIMD type with signed elements.
More...
#include <eve/concept/vectorized.hpp>
The concept integral_simd_value<T> is satisfied if and only if T satisfies eve::arithmetic_simd_value<T> and eve::element_type<T> is signed.
template<typename T>
concept signed_simd_value = arithmetic_simd_value<T> && (std::is_signed_v<translated_element_type_t<T>>
Specifies that a type is a SIMD type with signed elements.
Definition vectorized.hpp:72
IEEE 754 binary16 floating-point type.
Definition float16.hpp:189