8 #ifndef MSGPACK_PREDEF_ARCHITECTURE_MIPS_H 9 #define MSGPACK_PREDEF_ARCHITECTURE_MIPS_H 39 #define MSGPACK_ARCH_MIPS MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 41 #if defined(__mips__) || defined(__mips) || \ 43 # undef MSGPACK_ARCH_MIPS 44 # if !defined(MSGPACK_ARCH_MIPS) && (defined(__mips)) 45 # define MSGPACK_ARCH_MIPS MSGPACK_VERSION_NUMBER(__mips,0,0) 47 # if !defined(MSGPACK_ARCH_MIPS) && (defined(_MIPS_ISA_MIPS1) || defined(_R3000)) 48 # define MSGPACK_ARCH_MIPS MSGPACK_VERSION_NUMBER(1,0,0) 50 # if !defined(MSGPACK_ARCH_MIPS) && (defined(_MIPS_ISA_MIPS2) || defined(__MIPS_ISA2__) || defined(_R4000)) 51 # define MSGPACK_ARCH_MIPS MSGPACK_VERSION_NUMBER(2,0,0) 53 # if !defined(MSGPACK_ARCH_MIPS) && (defined(_MIPS_ISA_MIPS3) || defined(__MIPS_ISA3__)) 54 # define MSGPACK_ARCH_MIPS MSGPACK_VERSION_NUMBER(3,0,0) 56 # if !defined(MSGPACK_ARCH_MIPS) && (defined(_MIPS_ISA_MIPS4) || defined(__MIPS_ISA4__)) 57 # define MSGPACK_ARCH_MIPS MSGPACK_VERSION_NUMBER(4,0,0) 59 # if !defined(MSGPACK_ARCH_MIPS) 60 # define MSGPACK_ARCH_MIPS MSGPACK_VERSION_NUMBER_AVAILABLE 65 # define MSGPACK_ARCH_MIPS_AVAILABLE 68 #define MSGPACK_ARCH_MIPS_NAME "MIPS"
#define MSGPACK_ARCH_MIPS
Definition: mips.h:39
#define MSGPACK_ARCH_MIPS_NAME
Definition: mips.h:68
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13