Method mm256_ceil_ps
mm256_ceil_ps(v256)
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 v256 mm256_ceil_ps(v256 val)
Parameters
Type | Name | Description |
---|---|---|
v256 | val | Value |
Returns
Type | Description |
---|---|
v256 | Vector |