On the SPUs, most instructions can operate on registers as if they contained multiple, independent values (thus the single instruction acting on multiple data items).
在SPU上,大部分指令都可以在寄存器上进行操作,就仿佛它们分别包含多个无关的值一样(因此可以对多个数据项执行一条指令)。
This is known as SIMD (single instruction, multiple data), or data parallelism.
这种技术称为SIMD(单指令,多数据)或数据并行。
Another feature that many modern processors have is called SIMD, Single Instruction Multiple Data.
另一个功能,许多现代处理器叫做SIMD,单指令多数据。
应用推荐