Method mul_ss
mul_ss(v128, v128)
Multiply the lower single-precision (32-bit) floating-point element in "a" and "b", store the result in the lower element of "dst", and copy the upper 3 packed elements from "a" to the upper elements of "dst".
Declaration
public static v128 mul_ss(v128 a, v128 b)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
| v128 | b | Vector b |
Returns
| Type | Description |
|---|---|
| v128 | Vector |