comile_sd(v128, v128)
Compare the lower double-precision (64-bit) floating-point element in "a" and "b" for less-than-or-equal, and return the boolean result (0 or 1).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Burst.Intrinsics
- Assembly: UnityEngine.BurstModule
public static int comile_sd(v128 a, v128 b)
Parameters
Returns
Type | Description |
|---|---|
| int | Boolean result |