Method vmlaq_f64
vmlaq_f64(v128, v128, v128)
Equivalent instruction: RESULT[I] = a[i] + (b[i] * c[i]) for i = 0 to 1
Declaration
public static v128 vmlaq_f64(v128 a0, v128 a1, v128 a2)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a0 | 128-bit vector a0 |
| v128 | a1 | 128-bit vector a1 |
| v128 | a2 | 128-bit vector a2 |
Returns
| Type | Description |
|---|---|
| v128 | 128-bit vector |