Exemplo n.º 1
0
Arquivo: Reg.x.cs Projeto: 0xCM/arrows
 public static ref YMM MoveTo <T>(Vector256 <T> src, ref YMM dst)
     where T : unmanaged
 => ref Reg.move(src, ref dst);
Exemplo n.º 2
0
Arquivo: Reg.x.cs Projeto: 0xCM/arrows
 public static ref XMEM MoveTo <T>(this Vector128 <T> src, ref XMEM dst)
     where T : unmanaged
 => ref Reg.move(src, ref dst);