[cfe-dev] thoughts about n-bit bytes for clang/llvm
Mike Stump
mrs at apple.com
Fri Sep 4 10:17:14 PDT 2009
On Sep 4, 2009, at 7:24 AM, Ray Fix wrote:
>
> I am new to Clang I would like to support a system on chip where the
> smallest accessible data type is 16-bits. In other words sizeof
> (char) == 1 byte == 16 bits.
It would be a long battle, there are all sorts of places that would
need to be changed. Most of them you'd discover after tripping over
them.
More information about the cfe-dev
mailing list