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