3 references to Or
Microsoft.ML.CpuMath (2)
AvxIntrinsics.cs (2)
507
result = Avx.
Or
(result, temp);
561
result = Avx.
Or
(result, temp);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
832
public static Vector256<float> Or(Vector256<float> left, Vector256<float> right) =>
Or
(left, right);