Procedure call syntax:
#include <simdmath.h> |
vector unsigned int is0denormf4(vector float x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <is0denormf4.h> |
vector unsigned int _is0denormf4(vector float x); |
Parameters | |
x | input vector |
y | input vector |
The is0denormf4 function returns a vector in which each element indicates if the corresponding element of x is in the set containing denormalized (subnormal) values, +0, and -0.
UINT_MAX | if the element of x is either a denormalized value or 0. |
0 | otherwise. |
SPU and PPU
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.