|
inlineconstexpr |
convert a eve::value to the upgraded base type.
Defined in Header
Parameters
x
: argument.Return value
x
is an eve::simd_value, returns a value of typewide <u_t, cardinal_t<T>>
,x
is an eve::scalar_value, returns a value of type u_t
x
is a supported callable a call to upgrade_(x)(...)
is semantically equivalent to upgrade__(x(...))
where u_t
is eve::upgrade_t<eve::element_type_t<T>>