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