KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Prototypes for optimized math functions written in ASM. More...
#include <sys/cdefs.h>
Go to the source code of this file.
Functions | |
unsigned int | bit_reverse (unsigned int value) |
Returns the bit-reverse of a 32-bit value (where MSB becomes LSB and vice-versa). | |
unsigned char | bit_reverse8 (unsigned char value) |
Returns the bit-reverse of an 8-bit value (where MSB becomes LSB and vice-versa). | |
Prototypes for optimized math functions written in ASM.