public static ref YMM MoveTo <T>(Vector256 <T> src, ref YMM dst) where T : unmanaged => ref Reg.move(src, ref dst);
public static ref XMEM MoveTo <T>(this Vector128 <T> src, ref XMEM dst) where T : unmanaged => ref Reg.move(src, ref dst);