[EXTERNAL]: Re: Why int32_t is long int on 32 Bit Intel?

Grant Edwards grant.b.edwards@gmail.com
Sat Jul 29 21:21:44 GMT 2023


On 2023-07-29, Trampas Stern <trampas@gmail.com> wrote:
> What is worse is when you get to use some TI DSPs where a char is 16bit.

I did quite a bit of development on a TI DSP where char, int, long,
long long, float, double, and long double were all 32 bits.

And yes, sizeof (char) was still 1. :)

Fun times.




More information about the Newlib mailing list