This is known as SIMD (single instruction, multiple data), or data parallelism.
这种技术称为SIMD(单指令,多数据)或数据并行。
2
In audio applications, the single-instruction, multiple data (SIMD) mode effectively doubles the processor performance.
在音频应用中,单指令多数据(SIMD)模式实际上可使处理器性能提高一倍。
3
Parallel computer architecture consists of two classifications: simple instruction stream-multiple data stream (SIMD) and multiple instruction stream-multiple data stream (MIMD).