3#include <boost/endian.hpp>
4#include <boost/endian/detail/order.hpp>
11#if defined(__aarch64__)
12#define ASMGRADER_AARCH64
14#elif defined(__x86_64__)
15#define ASMGRADER_X86_64
18#error "Unsupported system architecture!"
Definition asm_buffer.hpp:19
constexpr auto ENDIANNESS
Definition os.hpp:23
EndiannessKind
Definition os.hpp:21
ProcessorKind
Definition os.hpp:9