Method set_ss
set_ss(Single)
Copy single-precision (32-bit) floating-point element "a" to the lower element of "dst", and zero the upper 3 elements.
Declaration
public static v128 set_ss(float a)
Parameters
Type | Name | Description |
---|---|---|
Single | a | Floating point element |
Returns
Type | Description |
---|---|
v128 | Vector |