Procedure call syntax:
#include <simdmath.h> |
vector float tanhf4(vector double x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <tanhf4.h> |
vector float _tanhf4(vector double x); |
Parameters | |
x | input vector |
The tanhf4 function returns the hyperbolic tangents of the elements of x.
The function tanhf4 returns a float vector in which each element is defined as tanh(x).
SPU and PPU
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) tanh functions.