1 reference to StoreAlignedNonTemporal
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
5145
public static unsafe void StoreAlignedNonTemporal(long* address, Vector512<long> source) =>
StoreAlignedNonTemporal
(address, source);