Hacker News new | ask | show | jobs
by DanielShir 3204 days ago
Really? So how does a 32 bit CPU run 64 bit code?
1 comments

It doesn't run 64bit code but that has nothing to do with handling 64bit numbers. Compiler just generates more instructions (and the execution is slower). Example for multiplication: https://godbolt.org/g/m1t4NC