mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-05 18:20:33 +08:00
13 lines
194 B
C
13 lines
194 B
C
#ifndef CPUBIT32
|
|
#ifndef CPUBIT64
|
|
#define CPUBIT32
|
|
#endif
|
|
#endif
|
|
#ifdef CPUBIT32
|
|
#include "./32/base1432le.h"
|
|
#endif
|
|
#ifdef CPUBIT64
|
|
#include "./64/base1464le.h"
|
|
#endif
|
|
|