8 #ifndef MSGPACK_PREDEF_ARCHITECTURE_CONVEX_H 9 #define MSGPACK_PREDEF_ARCHITECTURE_CONVEX_H 32 #define MSGPACK_ARCH_CONVEX MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 34 #if defined(__convex__) 35 # undef MSGPACK_ARCH_CONVEX 36 # if !defined(MSGPACK_ARCH_CONVEX) && defined(__convex_c1__) 37 # define MSGPACK_ARCH_CONVEX MSGPACK_VERSION_NUMBER(1,0,0) 39 # if !defined(MSGPACK_ARCH_CONVEX) && defined(__convex_c2__) 40 # define MSGPACK_ARCH_CONVEX MSGPACK_VERSION_NUMBER(2,0,0) 42 # if !defined(MSGPACK_ARCH_CONVEX) && defined(__convex_c32__) 43 # define MSGPACK_ARCH_CONVEX MSGPACK_VERSION_NUMBER(3,2,0) 45 # if !defined(MSGPACK_ARCH_CONVEX) && defined(__convex_c34__) 46 # define MSGPACK_ARCH_CONVEX MSGPACK_VERSION_NUMBER(3,4,0) 48 # if !defined(MSGPACK_ARCH_CONVEX) && defined(__convex_c38__) 49 # define MSGPACK_ARCH_CONVEX MSGPACK_VERSION_NUMBER(3,8,0) 51 # if !defined(MSGPACK_ARCH_CONVEX) 52 # define MSGPACK_ARCH_CONVEX MSGPACK_VERSION_NUMBER_AVAILABLE 56 #if MSGPACK_ARCH_CONVEX 57 # define MSGPACK_ARCH_CONVEX_AVAILABLE 60 #define MSGPACK_ARCH_CONVEX_NAME "Convex Computer"
#define MSGPACK_ARCH_CONVEX
Definition: convex.h:32
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_ARCH_CONVEX_NAME
Definition: convex.h:60