Exemplo n.º 1
0
 public static unsafe void PrefetchNonTemporal(Vector4ui *res)
 {
 }
Exemplo n.º 2
0
 public static unsafe void PrefetchTemporal2ndLevelCache(Vector4ui *res)
 {
 }
Exemplo n.º 3
0
 public static unsafe void StoreAligned(Vector4ui *res, Vector4ui val)
 {
     *res = val;
 }
Exemplo n.º 4
0
 public static unsafe void PrefetchTemporalAllCacheLevels(Vector4ui *res)
 {
 }
Exemplo n.º 5
0
 public static unsafe Vector4ui LoadAligned(Vector4ui *v)
 {
     return(*v);
 }