Procedure call syntax:
#include <simdmath.h> |
vector signed long long llabsi2(vector signed long long x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <llabsi.h> |
vector signed long long _llabsi2(vector signed long long x); |
Parameters | |
x | input vector |
The llabsi2 function returns a vector containing the absolute values of the elements of the input vector.
The llabsi2 function returns a long long vector in which each element is defined as the absolute value of the corresponding element of the input vector.
SPU only
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis:
ISO9899 (C99) abs function