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