di 0.1.0
Loading...
Searching...
No Matches
architecture.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __x86_64__
4#define DI_X86_64
5#elifdef __arm64__
6#define DI_ARM64
7#endif