3 references to Or
Microsoft.ML.CpuMath (2)
SseIntrinsics.cs (2)
431
result = Sse.
Or
(result, temp);
480
result = Sse.
Or
(result, temp);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (1)
467
public static Vector128<float> Or(Vector128<float> left, Vector128<float> right) =>
Or
(left, right);