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