PintS  0.1
Portable Intrinsics for SIMD
 All Data Structures Files Functions Groups
Functions
cast functions

Functions

v1d v1d_cast_v1d (v1d a)
 Casts a v1d vector into a v1d vector. More...
 
v1f v1f_cast_v1d (v1d a)
 Casts a v1d vector into a v1f vector. More...
 
v1i v1i_cast_v1d (v1d a)
 Casts a v1d vector into a v1i vector. More...
 
v1l v1l_cast_v1d (v1d a)
 Casts a v1d vector into a v1l vector. More...
 
v2d v2d_cast_v1d (v1d a)
 Casts a v1d vector into a v2d vector. More...
 
v2f v2f_cast_v1d (v1d a)
 Casts a v1d vector into a v2f vector. More...
 
v2i v2i_cast_v1d (v1d a)
 Casts a v1d vector into a v2i vector. More...
 
v2l v2l_cast_v1d (v1d a)
 Casts a v1d vector into a v2l vector. More...
 
v4d v4d_cast_v1d (v1d a)
 Casts a v1d vector into a v4d vector. More...
 
v4f v4f_cast_v1d (v1d a)
 Casts a v1d vector into a v4f vector. More...
 
v4i v4i_cast_v1d (v1d a)
 Casts a v1d vector into a v4i vector. More...
 
v4l v4l_cast_v1d (v1d a)
 Casts a v1d vector into a v4l vector. More...
 
v8d v8d_cast_v1d (v1d a)
 Casts a v1d vector into a v8d vector. More...
 
v8f v8f_cast_v1d (v1d a)
 Casts a v1d vector into a v8f vector. More...
 
v8i v8i_cast_v1d (v1d a)
 Casts a v1d vector into a v8i vector. More...
 
v8l v8l_cast_v1d (v1d a)
 Casts a v1d vector into a v8l vector. More...
 
v16f v16f_cast_v1d (v1d a)
 Casts a v1d vector into a v16f vector. More...
 
v16i v16i_cast_v1d (v1d a)
 Casts a v1d vector into a v16i vector. More...
 
v1d v1d_cast_v1f (v1f a)
 Casts a v1f vector into a v1d vector. More...
 
v1f v1f_cast_v1f (v1f a)
 Casts a v1f vector into a v1f vector. More...
 
v1i v1i_cast_v1f (v1f a)
 Casts a v1f vector into a v1i vector. More...
 
v1l v1l_cast_v1f (v1f a)
 Casts a v1f vector into a v1l vector. More...
 
v2d v2d_cast_v1f (v1f a)
 Casts a v1f vector into a v2d vector. More...
 
v2f v2f_cast_v1f (v1f a)
 Casts a v1f vector into a v2f vector. More...
 
v2i v2i_cast_v1f (v1f a)
 Casts a v1f vector into a v2i vector. More...
 
v2l v2l_cast_v1f (v1f a)
 Casts a v1f vector into a v2l vector. More...
 
v4d v4d_cast_v1f (v1f a)
 Casts a v1f vector into a v4d vector. More...
 
v4f v4f_cast_v1f (v1f a)
 Casts a v1f vector into a v4f vector. More...
 
v4i v4i_cast_v1f (v1f a)
 Casts a v1f vector into a v4i vector. More...
 
v4l v4l_cast_v1f (v1f a)
 Casts a v1f vector into a v4l vector. More...
 
v8d v8d_cast_v1f (v1f a)
 Casts a v1f vector into a v8d vector. More...
 
v8f v8f_cast_v1f (v1f a)
 Casts a v1f vector into a v8f vector. More...
 
v8i v8i_cast_v1f (v1f a)
 Casts a v1f vector into a v8i vector. More...
 
v8l v8l_cast_v1f (v1f a)
 Casts a v1f vector into a v8l vector. More...
 
v16f v16f_cast_v1f (v1f a)
 Casts a v1f vector into a v16f vector. More...
 
v16i v16i_cast_v1f (v1f a)
 Casts a v1f vector into a v16i vector. More...
 
v1d v1d_cast_v1i (v1i a)
 Casts a v1i vector into a v1d vector. More...
 
v1f v1f_cast_v1i (v1i a)
 Casts a v1i vector into a v1f vector. More...
 
v1i v1i_cast_v1i (v1i a)
 Casts a v1i vector into a v1i vector. More...
 
v1l v1l_cast_v1i (v1i a)
 Casts a v1i vector into a v1l vector. More...
 
v2d v2d_cast_v1i (v1i a)
 Casts a v1i vector into a v2d vector. More...
 
v2f v2f_cast_v1i (v1i a)
 Casts a v1i vector into a v2f vector. More...
 
v2i v2i_cast_v1i (v1i a)
 Casts a v1i vector into a v2i vector. More...
 
v2l v2l_cast_v1i (v1i a)
 Casts a v1i vector into a v2l vector. More...
 
v4d v4d_cast_v1i (v1i a)
 Casts a v1i vector into a v4d vector. More...
 
v4f v4f_cast_v1i (v1i a)
 Casts a v1i vector into a v4f vector. More...
 
v4i v4i_cast_v1i (v1i a)
 Casts a v1i vector into a v4i vector. More...
 
v4l v4l_cast_v1i (v1i a)
 Casts a v1i vector into a v4l vector. More...
 
v8d v8d_cast_v1i (v1i a)
 Casts a v1i vector into a v8d vector. More...
 
v8f v8f_cast_v1i (v1i a)
 Casts a v1i vector into a v8f vector. More...
 
v8i v8i_cast_v1i (v1i a)
 Casts a v1i vector into a v8i vector. More...
 
v8l v8l_cast_v1i (v1i a)
 Casts a v1i vector into a v8l vector. More...
 
v16f v16f_cast_v1i (v1i a)
 Casts a v1i vector into a v16f vector. More...
 
v16i v16i_cast_v1i (v1i a)
 Casts a v1i vector into a v16i vector. More...
 
v1d v1d_cast_v1l (v1l a)
 Casts a v1l vector into a v1d vector. More...
 
v1f v1f_cast_v1l (v1l a)
 Casts a v1l vector into a v1f vector. More...
 
v1i v1i_cast_v1l (v1l a)
 Casts a v1l vector into a v1i vector. More...
 
v1l v1l_cast_v1l (v1l a)
 Casts a v1l vector into a v1l vector. More...
 
v2d v2d_cast_v1l (v1l a)
 Casts a v1l vector into a v2d vector. More...
 
v2f v2f_cast_v1l (v1l a)
 Casts a v1l vector into a v2f vector. More...
 
v2i v2i_cast_v1l (v1l a)
 Casts a v1l vector into a v2i vector. More...
 
v2l v2l_cast_v1l (v1l a)
 Casts a v1l vector into a v2l vector. More...
 
v4d v4d_cast_v1l (v1l a)
 Casts a v1l vector into a v4d vector. More...
 
v4f v4f_cast_v1l (v1l a)
 Casts a v1l vector into a v4f vector. More...
 
v4i v4i_cast_v1l (v1l a)
 Casts a v1l vector into a v4i vector. More...
 
v4l v4l_cast_v1l (v1l a)
 Casts a v1l vector into a v4l vector. More...
 
v8d v8d_cast_v1l (v1l a)
 Casts a v1l vector into a v8d vector. More...
 
v8f v8f_cast_v1l (v1l a)
 Casts a v1l vector into a v8f vector. More...
 
v8i v8i_cast_v1l (v1l a)
 Casts a v1l vector into a v8i vector. More...
 
v8l v8l_cast_v1l (v1l a)
 Casts a v1l vector into a v8l vector. More...
 
v16f v16f_cast_v1l (v1l a)
 Casts a v1l vector into a v16f vector. More...
 
v16i v16i_cast_v1l (v1l a)
 Casts a v1l vector into a v16i vector. More...
 
v1d v1d_cast_v2d (v2d a)
 Casts a v2d vector into a v1d vector. More...
 
v1f v1f_cast_v2d (v2d a)
 Casts a v2d vector into a v1f vector. More...
 
v1i v1i_cast_v2d (v2d a)
 Casts a v2d vector into a v1i vector. More...
 
v1l v1l_cast_v2d (v2d a)
 Casts a v2d vector into a v1l vector. More...
 
v2d v2d_cast_v2d (v2d a)
 Casts a v2d vector into a v2d vector. More...
 
v2f v2f_cast_v2d (v2d a)
 Casts a v2d vector into a v2f vector. More...
 
v2i v2i_cast_v2d (v2d a)
 Casts a v2d vector into a v2i vector. More...
 
v2l v2l_cast_v2d (v2d a)
 Casts a v2d vector into a v2l vector. More...
 
v4d v4d_cast_v2d (v2d a)
 Casts a v2d vector into a v4d vector. More...
 
v4f v4f_cast_v2d (v2d a)
 Casts a v2d vector into a v4f vector. More...
 
v4i v4i_cast_v2d (v2d a)
 Casts a v2d vector into a v4i vector. More...
 
v4l v4l_cast_v2d (v2d a)
 Casts a v2d vector into a v4l vector. More...
 
v8d v8d_cast_v2d (v2d a)
 Casts a v2d vector into a v8d vector. More...
 
v8f v8f_cast_v2d (v2d a)
 Casts a v2d vector into a v8f vector. More...
 
v8i v8i_cast_v2d (v2d a)
 Casts a v2d vector into a v8i vector. More...
 
v8l v8l_cast_v2d (v2d a)
 Casts a v2d vector into a v8l vector. More...
 
v16f v16f_cast_v2d (v2d a)
 Casts a v2d vector into a v16f vector. More...
 
v16i v16i_cast_v2d (v2d a)
 Casts a v2d vector into a v16i vector. More...
 
v1d v1d_cast_v2f (v2f a)
 Casts a v2f vector into a v1d vector. More...
 
v1f v1f_cast_v2f (v2f a)
 Casts a v2f vector into a v1f vector. More...
 
v1i v1i_cast_v2f (v2f a)
 Casts a v2f vector into a v1i vector. More...
 
v1l v1l_cast_v2f (v2f a)
 Casts a v2f vector into a v1l vector. More...
 
v2d v2d_cast_v2f (v2f a)
 Casts a v2f vector into a v2d vector. More...
 
v2f v2f_cast_v2f (v2f a)
 Casts a v2f vector into a v2f vector. More...
 
v2i v2i_cast_v2f (v2f a)
 Casts a v2f vector into a v2i vector. More...
 
v2l v2l_cast_v2f (v2f a)
 Casts a v2f vector into a v2l vector. More...
 
v4d v4d_cast_v2f (v2f a)
 Casts a v2f vector into a v4d vector. More...
 
v4f v4f_cast_v2f (v2f a)
 Casts a v2f vector into a v4f vector. More...
 
v4i v4i_cast_v2f (v2f a)
 Casts a v2f vector into a v4i vector. More...
 
v4l v4l_cast_v2f (v2f a)
 Casts a v2f vector into a v4l vector. More...
 
v8d v8d_cast_v2f (v2f a)
 Casts a v2f vector into a v8d vector. More...
 
v8f v8f_cast_v2f (v2f a)
 Casts a v2f vector into a v8f vector. More...
 
v8i v8i_cast_v2f (v2f a)
 Casts a v2f vector into a v8i vector. More...
 
v8l v8l_cast_v2f (v2f a)
 Casts a v2f vector into a v8l vector. More...
 
v16f v16f_cast_v2f (v2f a)
 Casts a v2f vector into a v16f vector. More...
 
v16i v16i_cast_v2f (v2f a)
 Casts a v2f vector into a v16i vector. More...
 
v1d v1d_cast_v2i (v2i a)
 Casts a v2i vector into a v1d vector. More...
 
v1f v1f_cast_v2i (v2i a)
 Casts a v2i vector into a v1f vector. More...
 
v1i v1i_cast_v2i (v2i a)
 Casts a v2i vector into a v1i vector. More...
 
v1l v1l_cast_v2i (v2i a)
 Casts a v2i vector into a v1l vector. More...
 
v2d v2d_cast_v2i (v2i a)
 Casts a v2i vector into a v2d vector. More...
 
v2f v2f_cast_v2i (v2i a)
 Casts a v2i vector into a v2f vector. More...
 
v2i v2i_cast_v2i (v2i a)
 Casts a v2i vector into a v2i vector. More...
 
v2l v2l_cast_v2i (v2i a)
 Casts a v2i vector into a v2l vector. More...
 
v4d v4d_cast_v2i (v2i a)
 Casts a v2i vector into a v4d vector. More...
 
v4f v4f_cast_v2i (v2i a)
 Casts a v2i vector into a v4f vector. More...
 
v4i v4i_cast_v2i (v2i a)
 Casts a v2i vector into a v4i vector. More...
 
v4l v4l_cast_v2i (v2i a)
 Casts a v2i vector into a v4l vector. More...
 
v8d v8d_cast_v2i (v2i a)
 Casts a v2i vector into a v8d vector. More...
 
v8f v8f_cast_v2i (v2i a)
 Casts a v2i vector into a v8f vector. More...
 
v8i v8i_cast_v2i (v2i a)
 Casts a v2i vector into a v8i vector. More...
 
v8l v8l_cast_v2i (v2i a)
 Casts a v2i vector into a v8l vector. More...
 
v16f v16f_cast_v2i (v2i a)
 Casts a v2i vector into a v16f vector. More...
 
v16i v16i_cast_v2i (v2i a)
 Casts a v2i vector into a v16i vector. More...
 
v1d v1d_cast_v2l (v2l a)
 Casts a v2l vector into a v1d vector. More...
 
v1f v1f_cast_v2l (v2l a)
 Casts a v2l vector into a v1f vector. More...
 
v1i v1i_cast_v2l (v2l a)
 Casts a v2l vector into a v1i vector. More...
 
v1l v1l_cast_v2l (v2l a)
 Casts a v2l vector into a v1l vector. More...
 
v2d v2d_cast_v2l (v2l a)
 Casts a v2l vector into a v2d vector. More...
 
v2f v2f_cast_v2l (v2l a)
 Casts a v2l vector into a v2f vector. More...
 
v2i v2i_cast_v2l (v2l a)
 Casts a v2l vector into a v2i vector. More...
 
v2l v2l_cast_v2l (v2l a)
 Casts a v2l vector into a v2l vector. More...
 
v4d v4d_cast_v2l (v2l a)
 Casts a v2l vector into a v4d vector. More...
 
v4f v4f_cast_v2l (v2l a)
 Casts a v2l vector into a v4f vector. More...
 
v4i v4i_cast_v2l (v2l a)
 Casts a v2l vector into a v4i vector. More...
 
v4l v4l_cast_v2l (v2l a)
 Casts a v2l vector into a v4l vector. More...
 
v8d v8d_cast_v2l (v2l a)
 Casts a v2l vector into a v8d vector. More...
 
v8f v8f_cast_v2l (v2l a)
 Casts a v2l vector into a v8f vector. More...
 
v8i v8i_cast_v2l (v2l a)
 Casts a v2l vector into a v8i vector. More...
 
v8l v8l_cast_v2l (v2l a)
 Casts a v2l vector into a v8l vector. More...
 
v16f v16f_cast_v2l (v2l a)
 Casts a v2l vector into a v16f vector. More...
 
v16i v16i_cast_v2l (v2l a)
 Casts a v2l vector into a v16i vector. More...
 
v1d v1d_cast_v4d (v4d a)
 Casts a v4d vector into a v1d vector. More...
 
v1f v1f_cast_v4d (v4d a)
 Casts a v4d vector into a v1f vector. More...
 
v1i v1i_cast_v4d (v4d a)
 Casts a v4d vector into a v1i vector. More...
 
v1l v1l_cast_v4d (v4d a)
 Casts a v4d vector into a v1l vector. More...
 
v2d v2d_cast_v4d (v4d a)
 Casts a v4d vector into a v2d vector. More...
 
v2f v2f_cast_v4d (v4d a)
 Casts a v4d vector into a v2f vector. More...
 
v2i v2i_cast_v4d (v4d a)
 Casts a v4d vector into a v2i vector. More...
 
v2l v2l_cast_v4d (v4d a)
 Casts a v4d vector into a v2l vector. More...
 
v4d v4d_cast_v4d (v4d a)
 Casts a v4d vector into a v4d vector. More...
 
v4f v4f_cast_v4d (v4d a)
 Casts a v4d vector into a v4f vector. More...
 
v4i v4i_cast_v4d (v4d a)
 Casts a v4d vector into a v4i vector. More...
 
v4l v4l_cast_v4d (v4d a)
 Casts a v4d vector into a v4l vector. More...
 
v8d v8d_cast_v4d (v4d a)
 Casts a v4d vector into a v8d vector. More...
 
v8f v8f_cast_v4d (v4d a)
 Casts a v4d vector into a v8f vector. More...
 
v8i v8i_cast_v4d (v4d a)
 Casts a v4d vector into a v8i vector. More...
 
v8l v8l_cast_v4d (v4d a)
 Casts a v4d vector into a v8l vector. More...
 
v16f v16f_cast_v4d (v4d a)
 Casts a v4d vector into a v16f vector. More...
 
v16i v16i_cast_v4d (v4d a)
 Casts a v4d vector into a v16i vector. More...
 
v1d v1d_cast_v4f (v4f a)
 Casts a v4f vector into a v1d vector. More...
 
v1f v1f_cast_v4f (v4f a)
 Casts a v4f vector into a v1f vector. More...
 
v1i v1i_cast_v4f (v4f a)
 Casts a v4f vector into a v1i vector. More...
 
v1l v1l_cast_v4f (v4f a)
 Casts a v4f vector into a v1l vector. More...
 
v2d v2d_cast_v4f (v4f a)
 Casts a v4f vector into a v2d vector. More...
 
v2f v2f_cast_v4f (v4f a)
 Casts a v4f vector into a v2f vector. More...
 
v2i v2i_cast_v4f (v4f a)
 Casts a v4f vector into a v2i vector. More...
 
v2l v2l_cast_v4f (v4f a)
 Casts a v4f vector into a v2l vector. More...
 
v4d v4d_cast_v4f (v4f a)
 Casts a v4f vector into a v4d vector. More...
 
v4f v4f_cast_v4f (v4f a)
 Casts a v4f vector into a v4f vector. More...
 
v4i v4i_cast_v4f (v4f a)
 Casts a v4f vector into a v4i vector. More...
 
v4l v4l_cast_v4f (v4f a)
 Casts a v4f vector into a v4l vector. More...
 
v8d v8d_cast_v4f (v4f a)
 Casts a v4f vector into a v8d vector. More...
 
v8f v8f_cast_v4f (v4f a)
 Casts a v4f vector into a v8f vector. More...
 
v8i v8i_cast_v4f (v4f a)
 Casts a v4f vector into a v8i vector. More...
 
v8l v8l_cast_v4f (v4f a)
 Casts a v4f vector into a v8l vector. More...
 
v16f v16f_cast_v4f (v4f a)
 Casts a v4f vector into a v16f vector. More...
 
v16i v16i_cast_v4f (v4f a)
 Casts a v4f vector into a v16i vector. More...
 
v1d v1d_cast_v4i (v4i a)
 Casts a v4i vector into a v1d vector. More...
 
v1f v1f_cast_v4i (v4i a)
 Casts a v4i vector into a v1f vector. More...
 
v1i v1i_cast_v4i (v4i a)
 Casts a v4i vector into a v1i vector. More...
 
v1l v1l_cast_v4i (v4i a)
 Casts a v4i vector into a v1l vector. More...
 
v2d v2d_cast_v4i (v4i a)
 Casts a v4i vector into a v2d vector. More...
 
v2f v2f_cast_v4i (v4i a)
 Casts a v4i vector into a v2f vector. More...
 
v2i v2i_cast_v4i (v4i a)
 Casts a v4i vector into a v2i vector. More...
 
v2l v2l_cast_v4i (v4i a)
 Casts a v4i vector into a v2l vector. More...
 
v4d v4d_cast_v4i (v4i a)
 Casts a v4i vector into a v4d vector. More...
 
v4f v4f_cast_v4i (v4i a)
 Casts a v4i vector into a v4f vector. More...
 
v4i v4i_cast_v4i (v4i a)
 Casts a v4i vector into a v4i vector. More...
 
v4l v4l_cast_v4i (v4i a)
 Casts a v4i vector into a v4l vector. More...
 
v8d v8d_cast_v4i (v4i a)
 Casts a v4i vector into a v8d vector. More...
 
v8f v8f_cast_v4i (v4i a)
 Casts a v4i vector into a v8f vector. More...
 
v8i v8i_cast_v4i (v4i a)
 Casts a v4i vector into a v8i vector. More...
 
v8l v8l_cast_v4i (v4i a)
 Casts a v4i vector into a v8l vector. More...
 
v16f v16f_cast_v4i (v4i a)
 Casts a v4i vector into a v16f vector. More...
 
v16i v16i_cast_v4i (v4i a)
 Casts a v4i vector into a v16i vector. More...
 
v1d v1d_cast_v4l (v4l a)
 Casts a v4l vector into a v1d vector. More...
 
v1f v1f_cast_v4l (v4l a)
 Casts a v4l vector into a v1f vector. More...
 
v1i v1i_cast_v4l (v4l a)
 Casts a v4l vector into a v1i vector. More...
 
v1l v1l_cast_v4l (v4l a)
 Casts a v4l vector into a v1l vector. More...
 
v2d v2d_cast_v4l (v4l a)
 Casts a v4l vector into a v2d vector. More...
 
v2f v2f_cast_v4l (v4l a)
 Casts a v4l vector into a v2f vector. More...
 
v2i v2i_cast_v4l (v4l a)
 Casts a v4l vector into a v2i vector. More...
 
v2l v2l_cast_v4l (v4l a)
 Casts a v4l vector into a v2l vector. More...
 
v4d v4d_cast_v4l (v4l a)
 Casts a v4l vector into a v4d vector. More...
 
v4f v4f_cast_v4l (v4l a)
 Casts a v4l vector into a v4f vector. More...
 
v4i v4i_cast_v4l (v4l a)
 Casts a v4l vector into a v4i vector. More...
 
v4l v4l_cast_v4l (v4l a)
 Casts a v4l vector into a v4l vector. More...
 
v8d v8d_cast_v4l (v4l a)
 Casts a v4l vector into a v8d vector. More...
 
v8f v8f_cast_v4l (v4l a)
 Casts a v4l vector into a v8f vector. More...
 
v8i v8i_cast_v4l (v4l a)
 Casts a v4l vector into a v8i vector. More...
 
v8l v8l_cast_v4l (v4l a)
 Casts a v4l vector into a v8l vector. More...
 
v16f v16f_cast_v4l (v4l a)
 Casts a v4l vector into a v16f vector. More...
 
v16i v16i_cast_v4l (v4l a)
 Casts a v4l vector into a v16i vector. More...
 
v1d v1d_cast_v8d (v8d a)
 Casts a v8d vector into a v1d vector. More...
 
v1f v1f_cast_v8d (v8d a)
 Casts a v8d vector into a v1f vector. More...
 
v1i v1i_cast_v8d (v8d a)
 Casts a v8d vector into a v1i vector. More...
 
v1l v1l_cast_v8d (v8d a)
 Casts a v8d vector into a v1l vector. More...
 
v2d v2d_cast_v8d (v8d a)
 Casts a v8d vector into a v2d vector. More...
 
v2f v2f_cast_v8d (v8d a)
 Casts a v8d vector into a v2f vector. More...
 
v2i v2i_cast_v8d (v8d a)
 Casts a v8d vector into a v2i vector. More...
 
v2l v2l_cast_v8d (v8d a)
 Casts a v8d vector into a v2l vector. More...
 
v4d v4d_cast_v8d (v8d a)
 Casts a v8d vector into a v4d vector. More...
 
v4f v4f_cast_v8d (v8d a)
 Casts a v8d vector into a v4f vector. More...
 
v4i v4i_cast_v8d (v8d a)
 Casts a v8d vector into a v4i vector. More...
 
v4l v4l_cast_v8d (v8d a)
 Casts a v8d vector into a v4l vector. More...
 
v8d v8d_cast_v8d (v8d a)
 Casts a v8d vector into a v8d vector. More...
 
v8f v8f_cast_v8d (v8d a)
 Casts a v8d vector into a v8f vector. More...
 
v8i v8i_cast_v8d (v8d a)
 Casts a v8d vector into a v8i vector. More...
 
v8l v8l_cast_v8d (v8d a)
 Casts a v8d vector into a v8l vector. More...
 
v16f v16f_cast_v8d (v8d a)
 Casts a v8d vector into a v16f vector. More...
 
v16i v16i_cast_v8d (v8d a)
 Casts a v8d vector into a v16i vector. More...
 
v1d v1d_cast_v8f (v8f a)
 Casts a v8f vector into a v1d vector. More...
 
v1f v1f_cast_v8f (v8f a)
 Casts a v8f vector into a v1f vector. More...
 
v1i v1i_cast_v8f (v8f a)
 Casts a v8f vector into a v1i vector. More...
 
v1l v1l_cast_v8f (v8f a)
 Casts a v8f vector into a v1l vector. More...
 
v2d v2d_cast_v8f (v8f a)
 Casts a v8f vector into a v2d vector. More...
 
v2f v2f_cast_v8f (v8f a)
 Casts a v8f vector into a v2f vector. More...
 
v2i v2i_cast_v8f (v8f a)
 Casts a v8f vector into a v2i vector. More...
 
v2l v2l_cast_v8f (v8f a)
 Casts a v8f vector into a v2l vector. More...
 
v4d v4d_cast_v8f (v8f a)
 Casts a v8f vector into a v4d vector. More...
 
v4f v4f_cast_v8f (v8f a)
 Casts a v8f vector into a v4f vector. More...
 
v4i v4i_cast_v8f (v8f a)
 Casts a v8f vector into a v4i vector. More...
 
v4l v4l_cast_v8f (v8f a)
 Casts a v8f vector into a v4l vector. More...
 
v8d v8d_cast_v8f (v8f a)
 Casts a v8f vector into a v8d vector. More...
 
v8f v8f_cast_v8f (v8f a)
 Casts a v8f vector into a v8f vector. More...
 
v8i v8i_cast_v8f (v8f a)
 Casts a v8f vector into a v8i vector. More...
 
v8l v8l_cast_v8f (v8f a)
 Casts a v8f vector into a v8l vector. More...
 
v16f v16f_cast_v8f (v8f a)
 Casts a v8f vector into a v16f vector. More...
 
v16i v16i_cast_v8f (v8f a)
 Casts a v8f vector into a v16i vector. More...
 
v1d v1d_cast_v8i (v8i a)
 Casts a v8i vector into a v1d vector. More...
 
v1f v1f_cast_v8i (v8i a)
 Casts a v8i vector into a v1f vector. More...
 
v1i v1i_cast_v8i (v8i a)
 Casts a v8i vector into a v1i vector. More...
 
v1l v1l_cast_v8i (v8i a)
 Casts a v8i vector into a v1l vector. More...
 
v2d v2d_cast_v8i (v8i a)
 Casts a v8i vector into a v2d vector. More...
 
v2f v2f_cast_v8i (v8i a)
 Casts a v8i vector into a v2f vector. More...
 
v2i v2i_cast_v8i (v8i a)
 Casts a v8i vector into a v2i vector. More...
 
v2l v2l_cast_v8i (v8i a)
 Casts a v8i vector into a v2l vector. More...
 
v4d v4d_cast_v8i (v8i a)
 Casts a v8i vector into a v4d vector. More...
 
v4f v4f_cast_v8i (v8i a)
 Casts a v8i vector into a v4f vector. More...
 
v4i v4i_cast_v8i (v8i a)
 Casts a v8i vector into a v4i vector. More...
 
v4l v4l_cast_v8i (v8i a)
 Casts a v8i vector into a v4l vector. More...
 
v8d v8d_cast_v8i (v8i a)
 Casts a v8i vector into a v8d vector. More...
 
v8f v8f_cast_v8i (v8i a)
 Casts a v8i vector into a v8f vector. More...
 
v8i v8i_cast_v8i (v8i a)
 Casts a v8i vector into a v8i vector. More...
 
v8l v8l_cast_v8i (v8i a)
 Casts a v8i vector into a v8l vector. More...
 
v16f v16f_cast_v8i (v8i a)
 Casts a v8i vector into a v16f vector. More...
 
v16i v16i_cast_v8i (v8i a)
 Casts a v8i vector into a v16i vector. More...
 
v1d v1d_cast_v8l (v8l a)
 Casts a v8l vector into a v1d vector. More...
 
v1f v1f_cast_v8l (v8l a)
 Casts a v8l vector into a v1f vector. More...
 
v1i v1i_cast_v8l (v8l a)
 Casts a v8l vector into a v1i vector. More...
 
v1l v1l_cast_v8l (v8l a)
 Casts a v8l vector into a v1l vector. More...
 
v2d v2d_cast_v8l (v8l a)
 Casts a v8l vector into a v2d vector. More...
 
v2f v2f_cast_v8l (v8l a)
 Casts a v8l vector into a v2f vector. More...
 
v2i v2i_cast_v8l (v8l a)
 Casts a v8l vector into a v2i vector. More...
 
v2l v2l_cast_v8l (v8l a)
 Casts a v8l vector into a v2l vector. More...
 
v4d v4d_cast_v8l (v8l a)
 Casts a v8l vector into a v4d vector. More...
 
v4f v4f_cast_v8l (v8l a)
 Casts a v8l vector into a v4f vector. More...
 
v4i v4i_cast_v8l (v8l a)
 Casts a v8l vector into a v4i vector. More...
 
v4l v4l_cast_v8l (v8l a)
 Casts a v8l vector into a v4l vector. More...
 
v8d v8d_cast_v8l (v8l a)
 Casts a v8l vector into a v8d vector. More...
 
v8f v8f_cast_v8l (v8l a)
 Casts a v8l vector into a v8f vector. More...
 
v8i v8i_cast_v8l (v8l a)
 Casts a v8l vector into a v8i vector. More...
 
v8l v8l_cast_v8l (v8l a)
 Casts a v8l vector into a v8l vector. More...
 
v16f v16f_cast_v8l (v8l a)
 Casts a v8l vector into a v16f vector. More...
 
v16i v16i_cast_v8l (v8l a)
 Casts a v8l vector into a v16i vector. More...
 
v1d v1d_cast_v16f (v16f a)
 Casts a v16f vector into a v1d vector. More...
 
v1f v1f_cast_v16f (v16f a)
 Casts a v16f vector into a v1f vector. More...
 
v1i v1i_cast_v16f (v16f a)
 Casts a v16f vector into a v1i vector. More...
 
v1l v1l_cast_v16f (v16f a)
 Casts a v16f vector into a v1l vector. More...
 
v2d v2d_cast_v16f (v16f a)
 Casts a v16f vector into a v2d vector. More...
 
v2f v2f_cast_v16f (v16f a)
 Casts a v16f vector into a v2f vector. More...
 
v2i v2i_cast_v16f (v16f a)
 Casts a v16f vector into a v2i vector. More...
 
v2l v2l_cast_v16f (v16f a)
 Casts a v16f vector into a v2l vector. More...
 
v4d v4d_cast_v16f (v16f a)
 Casts a v16f vector into a v4d vector. More...
 
v4f v4f_cast_v16f (v16f a)
 Casts a v16f vector into a v4f vector. More...
 
v4i v4i_cast_v16f (v16f a)
 Casts a v16f vector into a v4i vector. More...
 
v4l v4l_cast_v16f (v16f a)
 Casts a v16f vector into a v4l vector. More...
 
v8d v8d_cast_v16f (v16f a)
 Casts a v16f vector into a v8d vector. More...
 
v8f v8f_cast_v16f (v16f a)
 Casts a v16f vector into a v8f vector. More...
 
v8i v8i_cast_v16f (v16f a)
 Casts a v16f vector into a v8i vector. More...
 
v8l v8l_cast_v16f (v16f a)
 Casts a v16f vector into a v8l vector. More...
 
v16f v16f_cast_v16f (v16f a)
 Casts a v16f vector into a v16f vector. More...
 
v16i v16i_cast_v16f (v16f a)
 Casts a v16f vector into a v16i vector. More...
 
v1d v1d_cast_v16i (v16i a)
 Casts a v16i vector into a v1d vector. More...
 
v1f v1f_cast_v16i (v16i a)
 Casts a v16i vector into a v1f vector. More...
 
v1i v1i_cast_v16i (v16i a)
 Casts a v16i vector into a v1i vector. More...
 
v1l v1l_cast_v16i (v16i a)
 Casts a v16i vector into a v1l vector. More...
 
v2d v2d_cast_v16i (v16i a)
 Casts a v16i vector into a v2d vector. More...
 
v2f v2f_cast_v16i (v16i a)
 Casts a v16i vector into a v2f vector. More...
 
v2i v2i_cast_v16i (v16i a)
 Casts a v16i vector into a v2i vector. More...
 
v2l v2l_cast_v16i (v16i a)
 Casts a v16i vector into a v2l vector. More...
 
v4d v4d_cast_v16i (v16i a)
 Casts a v16i vector into a v4d vector. More...
 
v4f v4f_cast_v16i (v16i a)
 Casts a v16i vector into a v4f vector. More...
 
v4i v4i_cast_v16i (v16i a)
 Casts a v16i vector into a v4i vector. More...
 
v4l v4l_cast_v16i (v16i a)
 Casts a v16i vector into a v4l vector. More...
 
v8d v8d_cast_v16i (v16i a)
 Casts a v16i vector into a v8d vector. More...
 
v8f v8f_cast_v16i (v16i a)
 Casts a v16i vector into a v8f vector. More...
 
v8i v8i_cast_v16i (v16i a)
 Casts a v16i vector into a v8i vector. More...
 
v8l v8l_cast_v16i (v16i a)
 Casts a v16i vector into a v8l vector. More...
 
v16f v16f_cast_v16i (v16i a)
 Casts a v16i vector into a v16f vector. More...
 
v16i v16i_cast_v16i (v16i a)
 Casts a v16i vector into a v16i vector. More...
 

Detailed Description

Functions for (bitwise) casting vectors

Function Documentation

v1d v1d_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v1d ( v1d  a)
related

Casts a v1d vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v1f ( v1f  a)
related

Casts a v1f vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v1i ( v1i  a)
related

Casts a v1i vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v1l ( v1l  a)
related

Casts a v1l vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v2d ( v2d  a)
related

Casts a v2d vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v2f ( v2f  a)
related

Casts a v2f vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v2i ( v2i  a)
related

Casts a v2i vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v2l ( v2l  a)
related

Casts a v2l vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v4d ( v4d  a)
related

Casts a v4d vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v4f ( v4f  a)
related

Casts a v4f vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v4i ( v4i  a)
related

Casts a v4i vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v4l ( v4l  a)
related

Casts a v4l vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v8d ( v8d  a)
related

Casts a v8d vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v8f ( v8f  a)
related

Casts a v8f vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v8i ( v8i  a)
related

Casts a v8i vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the result are undefined.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v8l ( v8l  a)
related

Casts a v8l vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v16f ( v16f  a)
related

Casts a v16f vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v1d v1d_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v1d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v1f v1f_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v1f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1i v1i_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v1i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:31] := a.bits[0:31]
Parameters
athe vector to cast
Returns
the casted vector
v1l v1l_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v1l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2d v2d_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v2d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v2f v2f_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v2f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2i v2i_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v2i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:63] := a.bits[0:63]
Parameters
athe vector to cast
Returns
the casted vector
v2l v2l_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v2l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4d v4d_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v4d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v4f v4f_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v4f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4i v4i_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v4i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:127] := a.bits[0:127]
Parameters
athe vector to cast
Returns
the casted vector
v4l v4l_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v4l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8d v8d_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v8d vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v8f v8f_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v8f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8i v8i_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v8i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions. The upper bits of the input are discarded.

Operation
dst.bits[0:255] := a.bits[0:255]
Parameters
athe vector to cast
Returns
the casted vector
v8l v8l_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v8l vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16f v16f_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v16f vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector
v16i v16i_cast_v16i ( v16i  a)
related

Casts a v16i vector into a v16i vector. No conversion is done: it consists in a reinterpretation of the bit sequence.

Should be just a compiler hint and never produces any assembly instructions.

Operation
dst.bits[0:511] := a.bits[0:511]
Parameters
athe vector to cast
Returns
the casted vector