This is known as SIMD (singleinstruction, multipledata), or data parallelism.
这种技术称为SIMD(单指令,多数据)或数据并行。
2
On the SPUs, most instructions can operate on registers as if they contained multiple, independent values (thus the singleinstruction acting on multipledata items).