Procedure call syntax:
#include <simdmath.h> |
vector float erff4(vector float x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <erff4.h> |
vector float _erff4(vector float x); |
Parameters | |
x | input vector |
The erff4 function returns a vector of the error functions of the corresponding elements of x.
The erff4 function returns a float vector containing the error functions of the corresponding elements of x.
PPU and SPU
SIMD Math library specification for the Cell Broadband Engine⢠Architecture.
Basis
ISO9899 (C99) erf functions.