Procedure call syntax:
#include <simdmath.h> |
vector float modff4(vector float x, vector float *pint); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <modff4.h> |
vector float _modff4(vector float x, vector float *pint); |
Parameters | |
x | input vector |
*pint | pointer to output vector of integers |
If an element of y is zero the corresponding element of the result is undefined.
PPU and SPU
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) modf functions.