Procedure call syntax:
| #include <simdmath.h> |
| vector float logbf4(vector float x); |
| Link with -lsimdmath |
Inline call syntax:
| #include <simdmath.h> |
| #include <logbf4.h> |
| vector float _logbf4(vector float x); |
| Parameters | |
| x | input vector |
The logbf4 function determines an integer exponent exp and a fraction frac that represent the value of a finite element of x.
SPU and PPU
SIMD Math library specification for the Cell Broadband Engine⢠Architecture.
Basis
ISO9899 (C99) logb functions.