Common single instruction multiple data (SIMD) types. More...
#include "math/types.hpp"Typedefs | |
| typedef float | _simd_f128[4] |
| typedef half | _simd_f64[4] |
| typedef int32 | _simd_i128[4] |
| typedef uint32 | _simd_u128[4] |
Functions | |
| uint32 | countBits (uint32 v) |
| Returns number of 1 bits in a value. | |
Common single instruction multiple data (SIMD) types.
|
inline |
Returns number of 1 bits in a value.
| v | target value to count |