public static unsafe void PrefetchNonTemporal(Vector8s *res) { }
public static unsafe void PrefetchTemporal2ndLevelCache(Vector8s *res) { }
public static unsafe void StoreAligned(Vector8s *res, Vector8s val) { *res = val; }
public static unsafe void PrefetchTemporalAllCacheLevels(Vector8s *res) { }
public static unsafe Vector8s LoadAligned(Vector8s *v) { return(*v); }