Procedure call syntax:
#include <simdmath.h> |
vector float tgammaf4(vector float x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <tgammaf4.h> |
vector float _tgammaf4(vector float x); |
Parameters | |
x | input vector |
The tgammaf4 function returns a float vector that contains the results of the gamma function.
The function tgammaf4 returns a float vector in which each element is defined as the result of the gamma function applied to the corresponding element of x.
If an element of x is a negative integer the corresponding element of the result is undefined; no error is reported.
SPU and PPU
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) tgamma functions.