|
inlineconstexpr |
convert a eve::value to a std;::int16_t based eve::value.
Defined in Header
Parameters
x : argument.Return value
x is an eve::simd_value, returns a value, of typewide <std::int16_t, cardinal_t<T>>,x is an eve::scalar_value, returns a value of type std::int16_t,x is a supported callable a call to int16(x)(...) is semantically equivalent to int16(x(...)).