this post was submitted on 31 Dec 2024
342 points (97.0% liked)

Programmer Humor

32831 readers
532 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] HiddenLayer555@lemmy.ml 1 points 1 week ago (1 children)

A surprising number of embedded devices (you know, the ones controlling machinery in factories and stuff) are still running 32-bit processors.

[โ€“] waspentalive@lemmy.one 1 points 1 week ago

But you can still do 64 bit math on a 32 bit processor, if you have a carry/borrow flag.