SIMD - A processor instruction that can perform operations across multiple data instructions. So, instead of saying "Add A,B" several times to add two groups of numbers, you may say "Add Row A, Row B" or something to that effect. Instructions of this nature are often associated with 3D graphics and multimedia. |