Post #3213164
2023-11-03 18:54 UTC
@ids1024@fosstodon.org @thephd@pony.social I'm getting flashbacks to all the Endian.h stuff we had in QuickTime to deal with all the different processor architectures we compiled to.
Which is pretty much how Apple can swap CPU options to this day.
Replies (1)
-
@thephd@pony.social 2023-11-03 18:56
@KevinMarks@xoxo.zone @ids1024@fosstodon.org We have some basic endian macros in C23 now, but I failed to get the endian load/store functions into C23, as well as the byteswap (memreverse8) stuff that was there as well. Hopefully for the next edition of C, so less people can suffer....