Method ceil_ps
ceil_ps(v128)
Round the packed single-precision (32-bit) floating-point elements in "a" up to an integer value, and store the results as packed single-precision floating-point elements in "dst".
Declaration
public static v128 ceil_ps(v128 a)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Returns
Type | Description |
---|---|
v128 | Vector |