Procedure call syntax:
| #include <simdmath.h> |
| vector unsigned long long is0denormd2(vector double x); |
| Link with -lsimdmath |
Inline call syntax:
| #include <simdmath.h> |
| #include <is0denormd2.h> |
| vector unsigned long long _is0denormd2(vector double x); |
| Parameters | |
| x | input vector |
| y | input vector |
The is0denormd2 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.
| ULLONG_MAX | if the element of x is either a denormalized value or 0. |
| 0 | otherwise. |
SPU only
SIMD Math library specification for the Cell Broadband Engine⢠Architecture.