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