2 references to CompareGreaterThan
Microsoft.ML.CpuMath (1)
SseIntrinsics.cs (1)
135
Vector128<float> xCond = Sse.
CompareGreaterThan
(xDst1Abs, xThreshold); // result = 0xFFFF FFFF if true
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (1)
99
public static Vector128<float> CompareGreaterThan(Vector128<float> left, Vector128<float> right) =>
CompareGreaterThan
(left, right);