←back to thread

40 points muragekibicho | 2 comments | | HN request time: 0.402s | source
1. hashxyz ◴[] No.42744594[source]
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(1): >>42744863 #
2. Conscat ◴[] No.42744863[source]
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.