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