mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.3K
active users

Proposing that C++ acknowledge that there are exactly 8 bits in a byte.
I’d love feedback, especially from embedded / DSP folks who think this is a terrible idea.
isocpp.org/files/papers/P3477R

isocpp.orgP3477R0: There are exactly 8 bits in a byte
Dominik Grabiec

@jfbastien
I'm no longer in embedded but the only situation I can think of is when you have some crazy PIC microcontroller which has 12/14 bit instructions but is an otherwise 8 bit processor and uses a Harvard architecture.

@dominikg @jfbastien I’ve worked on Unisys mainframes with 9-bit bytes.

@jfbastien @dominikg got pretty used to reading octal at the time.