|
inlineconstexpr |
Defined in Header
This cast reinterprets one eve::simd_value
as the other, if such reinterpretation is available. If the output is smaller in size, the extra bits are dropped. If the output is bigger, the value of extra bits is unspecified.
What can be simd_cast?
Parameters
x
: [simd_value] to casttgt
: Type wrapper instance embedding the type to cast x
to.Return value
bits from x
reinterpreted as a new type, accoridng to the rules described earlier.