|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <cstdint>#include <limits>#include <vector>#include <cstring>Go to the source code of this file.
Macros | |
| #define | BSWAP16 _byteswap_ushort |
| Byte-swap a 16-bit value (MSVC intrinsic). | |
| #define | BSWAP32 _byteswap_ulong |
| Byte-swap a 32-bit value (MSVC intrinsic). | |
| #define | BSWAP64 _byteswap_uint64 |
| Byte-swap a 64-bit value (MSVC intrinsic). | |
| #define BSWAP16 _byteswap_ushort |
Byte-swap a 16-bit value (MSVC intrinsic).
| #define BSWAP32 _byteswap_ulong |
Byte-swap a 32-bit value (MSVC intrinsic).
| #define BSWAP64 _byteswap_uint64 |
Byte-swap a 64-bit value (MSVC intrinsic).