On 10/27/2016 06:30 PM, David Gibson wrote:
How about something like this in target-ppc/cpu.h

#define FUNC_MASK(name, ret_type, size, max_val)                  \
static inline ret_type name (uint##size##_t start,                \
                             uint##size##_t end)                  \

Consider introducing an internals.h, for stuff that needs to be shared within target-ppc/, but is not required by any other user of cpu.h.


r~

Reply via email to