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