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