sub_ps(v128, v128)
Subtract packed single-precision (32-bit) floating-point elements in "b" from packed single-precision (32-bit) floating-point elements in "a", and store the results in "dst".
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Burst.Intrinsics
- Assembly: UnityEngine.BurstModule
public static v128 sub_ps(v128 a, v128 b)
Parameters
Returns
Type | Description |
|---|---|
| v128 | Vector |