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