Vectorization

Home > Computer Science > Computer Architecture > Instruction-Level Parallelism > Vectorization

A technique that enables the execution of multiple instructions simultaneously, by operating on multiple elements of data at the same time.