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