Hacker News new | ask | show | jobs
by nupark2 5122 days ago
Can you name a single widely used modern processor architecture that uses odd word sizes?

Microcontrollers are fair game.

I can't think of one.

1 comments

AVR-targeted gcc has an __int24 type. Not a power of two.
AVRs have 8 bit words.