packed-operations.md
Ο 0.0%
Dimensions
kuro/docs/explanation/packed-operations
Packed128: 128 operations in one instruction a u128 register holds 128 bits. each bit is an element of GF(2). a single XOR instruction adds 128 field elements in parallel. a single AND instruction multiplies 128 field elements in parallel. this is the computational payoff of binary fields: theβ¦