1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-11 23:00:24 +08:00

新的设计,速度快很多

This commit is contained in:
fumiama
2021-04-08 15:34:32 +08:00
parent 2785b6e766
commit 963abc1ec3
13 changed files with 355 additions and 305 deletions

12
base16384.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef CPUBIT32
#ifndef CPUBIT64
#define CPUBIT32
#endif
#endif
#ifdef CPUBIT32
#include "./32/base1432le.h"
#endif
#ifdef CPUBIT64
#include "./64/base1464le.h"
#endif