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