Y
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
grout
5122 days ago
AVR-targeted gcc has an __int24 type. Not a power of two.
link
Ralith
5121 days ago
AVRs have 8 bit words.
link