Specifies that a type is a SIMD type with signed integral elements. More...
Specifies that a type is a SIMD type with signed integral elements.
The concept unsigned_simd_value<T> is satisfied if and only if T satisfies eve::arithmetic_simd_value<T> and eve::element_type<T> satisfies std::signed_integral.