mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-11 23:00:24 +08:00
新的设计,速度快很多
This commit is contained in:
12
base16384.h
Normal file
12
base16384.h
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user