Lines Matching refs:predef
4 Subject: [PATCH] msgpack/predef: add riscV support
19 This patch adapt commit from https://github.com/boostorg/predef
25 .../include/rpc/msgpack/predef/architecture.h | 1 +
26 .../rpc/msgpack/predef/architecture/riscv.h | 48 +++++++++++++++++++
27 .../include/rpc/msgpack/predef/other/endian.h | 3 +-
29 create mode 100644 host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture/riscv.h
31 …host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h b/host/lib/deps/rpclib/include/rpc/…
33 --- a/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
34 +++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
36 #include <rpc/msgpack/predef/architecture/parisc.h>
37 #include <rpc/msgpack/predef/architecture/ppc.h>
38 #include <rpc/msgpack/predef/architecture/pyramid.h>
39 +#include <rpc/msgpack/predef/architecture/riscv.h>
40 #include <rpc/msgpack/predef/architecture/rs6k.h>
41 #include <rpc/msgpack/predef/architecture/sparc.h>
42 #include <rpc/msgpack/predef/architecture/superh.h>
43 …t/lib/deps/rpclib/include/rpc/msgpack/predef/architecture/riscv.h b/host/lib/deps/rpclib/include/r…
47 +++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture/riscv.h
59 +#include <boost/predef/version_number.h>
60 +#include <boost/predef/make.h>
95 +#include <boost/predef/detail/test.h>
97 …host/lib/deps/rpclib/include/rpc/msgpack/predef/other/endian.h b/host/lib/deps/rpclib/include/rpc/…
99 --- a/host/lib/deps/rpclib/include/rpc/msgpack/predef/other/endian.h
100 +++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/other/endian.h