149
Linus Torvalds Rejects RISC-V Changes For Linux 6.17: "Garbage"
(www.phoronix.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Making a u32 ~~pointer~~ from two u16's isn't a generic operation because it has to make assumptions about ~~how the pointers work~~ endianess
Edit: Actually, I'm wrong, didn't think this through properly. See the replies
What makes you think it's making a pointer? Nobody said anything about that.
Oh my bad I don't know where I got that from lol
Nw. You're also wrong about endianness. This function would be written exactly the same irrespective of endianness:
That is endian agnostic.