释义 |
Single Instruction/Multiple Data Single Instruction/Multiple Data(SIMD) (Or "data parallel") The classification under Flynn's taxonomy for a parallel processor where many processingelements (functional units) perform the same operations ondifferent data. There is often a central controller whichbroadcasts the instruction stream to all the processingelements.
Contrast Multiple Instruction/Multiple Data. |