Hacker News new | ask | show | jobs
by jleahy 1008 days ago
Well it does work in hardware, but not with the normal shift instruction. Just use a ‘double shift’ which you can get with __int128 (or with inline asm, or just full asm).