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