Procedure call syntax:
#include <simdmath.h> |
(vector signed int) irintf4(vector float x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <irintf4.h> |
(vector signed int) _irintf4(vector float x); |
Parameters | |
x | input vector |
The irintf4 function returns a vector containing the nearest integers to the corresponding elements of x consistent with the current rounding mode.
The function irintf4 returns a vector of signed integers in which each element is defined as the nearest integer consistent with the current rounding mode for the corresponding element of x.
SPU and PPU
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) irint functions.