bad-vconvert ( from-type to-type -- * )


Vocabulary
math.vectors.conversion

Inputs
from-typea SIMD type
to-typea SIMD type


Outputs
None

Word description
This error is thrown when vconvert is given two SIMD types it cannot directly convert.

See also
bad-vconvert-input

Definition