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