8 #ifndef MSGPACK_PREDEF_ARCHITECTURE_X86_64_H 9 #define MSGPACK_PREDEF_ARCHITECTURE_X86_64_H 30 #define MSGPACK_ARCH_X86_64 MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 32 #if defined(__x86_64) || defined(__x86_64__) || \ 33 defined(__amd64__) || defined(__amd64) || \ 35 # undef MSGPACK_ARCH_X86_64 36 # define MSGPACK_ARCH_X86_64 MSGPACK_VERSION_NUMBER_AVAILABLE 39 #if MSGPACK_ARCH_X86_64 40 # define MSGPACK_ARCH_X86_64_AVAILABLE 43 #define MSGPACK_ARCH_X86_64_NAME "Intel x86-64"
#define MSGPACK_ARCH_X86_64
Definition: 64.h:30
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_ARCH_X86_64_NAME
Definition: 64.h:43