Using these functions can seriously improve the speed of your code. You should also check out FX::Maths for SIMD optimised maths.
Functions | |
void | FX::fxprefetchmemT (const void *ptr) throw () |
void | FX::fxprefetchmemNT (const void *ptr) throw () |
FXuint | FX::fxbitscan (FXuint x) throw () |
FXuint | FX::fxbitscanrev (FXuint x) throw () |
void | FX::fxendianswap (FXushort &v) throw () |
void | FX::fxendianswap (FXuint &v) throw () |
void | FX::fxendianswap (FXulong &v) throw () |