1 reference to StoreAlignedNonTemporal
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
1227
public static unsafe void StoreAlignedNonTemporal(byte* address, Vector256<byte> source) =>
StoreAlignedNonTemporal
(address, source);