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