logoalt Hacker News

hashxyztoday at 12:12 AM1 replyview on HN

Pretty sure this is just vectorization. You can pack some 8bit ints into a machine-length 32bit int and add them together, that is vectorization.


Replies

Conscattoday at 1:09 AM

I don't think that's true when the add overflows. You wouldn't want a lane's overflow to carry into an adjacent lane.