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