Loading [MathJax]/extensions/tex2jax.js
Loading...
Searching...
No Matches
Go to the documentation of this file.
4#define DIUS_ARCH x86_64
5#define DIUS_ARCH_X86_64
7#error "Unsupported dius architecture"
14#define DIUS_PLATFORM linux
15#define DIUS_PLATFORM_LINUX
16#elif defined(__iros__)
17#define DIUS_PLATFORM iros
18#define DIUS_PLATFORM_IROS
20#error "Unsupported dius platform"
23#ifdef DIUS_USE_RUNTIME
27#define DIUS_ARCH_PATH(path) <dius/arch/DIUS_ARCH/path>
28#define DIUS_PLATFORM_PATH(path) <dius/DIUS_PLATFORM/path>
29#define DIUS_ARCH_PLATFORM_PATH(path) <dius/arch/DIUS_ARCH/DIUS_PLATFORM/path>