|
dl
|
平台宏 更多...
宏定义 | |
| #define | DL_PLATFORM_ERROR 0 |
| #define | DL_PLATFORM_WIN32 1 |
| #define | DL_PLATFORM_LINUX 2 |
| #define | DL_PLATFORM_ANDROID 3 |
| #define | DL_PLATFORM_APPLE 4 |
| #define | DL_PLATFORM DL_PLATFORM_ERROR |
| #define | DL_CPU_ARCH_ERROR 0 |
| #define | DL_CPU_ARCH_AMD64 0 |
| #define | DL_CPU_ARCH_ARM64 1 |
| #define | DL_CPU_ARCH_X86 2 |
| #define | DL_CPU_ARCH_ARM 3 |
| #define | DL_CPU_ARCH DL_CPU_ARCH_ERROR |
| #define | DL_ENDIAN_LITTLE can-not-use |
函数 | |
| consteval bool | is_x64 () |
| 是否64位 | |
平台宏
在文件 dl_platform.h 中定义.
| #define DL_CPU_ARCH DL_CPU_ARCH_ERROR |
在文件 dl_platform.h 第 62 行定义.
| #define DL_CPU_ARCH_AMD64 0 |
在文件 dl_platform.h 第 57 行定义.
| #define DL_CPU_ARCH_ARM 3 |
在文件 dl_platform.h 第 60 行定义.
| #define DL_CPU_ARCH_ARM64 1 |
在文件 dl_platform.h 第 58 行定义.
| #define DL_CPU_ARCH_ERROR 0 |
在文件 dl_platform.h 第 56 行定义.
| #define DL_CPU_ARCH_X86 2 |
在文件 dl_platform.h 第 59 行定义.
| #define DL_ENDIAN_LITTLE can-not-use |
在文件 dl_platform.h 第 79 行定义.
| #define DL_PLATFORM DL_PLATFORM_ERROR |
在文件 dl_platform.h 第 20 行定义.
| #define DL_PLATFORM_ANDROID 3 |
在文件 dl_platform.h 第 17 行定义.
| #define DL_PLATFORM_APPLE 4 |
在文件 dl_platform.h 第 18 行定义.
| #define DL_PLATFORM_ERROR 0 |
在文件 dl_platform.h 第 14 行定义.
| #define DL_PLATFORM_LINUX 2 |
在文件 dl_platform.h 第 16 行定义.
| #define DL_PLATFORM_WIN32 1 |
在文件 dl_platform.h 第 15 行定义.
|
consteval |
是否64位
在文件 dl_platform.h 第 43 行定义.