vis4valentine@lemmy.ml to No Stupid Questions@lemmy.world · 1 year agoWhat would 128 bits computing look like?message-squaremessage-square58fedilinkarrow-up1103arrow-down13
arrow-up1100arrow-down1message-squareWhat would 128 bits computing look like?vis4valentine@lemmy.ml to No Stupid Questions@lemmy.world · 1 year agomessage-square58fedilink
minus-squarehansl@lemmy.mllinkfedilinkarrow-up16·1 year agoThere are already special instruction sets that deal with 128 and up bits. Many SIMD. AVX-512 for example deals with 512 bits at a time. At this point the advantage is parallelization and specialization of operations. AVX can be used for video encoding/decoding for example, or crypto, …
There are already special instruction sets that deal with 128 and up bits. Many SIMD. AVX-512 for example deals with 512 bits at a time.
At this point the advantage is parallelization and specialization of operations. AVX can be used for video encoding/decoding for example, or crypto, …