0
3.1kviews
Explain SIMD computer organization
1 Answer
| written 4.2 years ago by |
Single instruction is applied to a multiple data item to produce the same output.
Master instruction work on vector of operand
No of processors running the same instruction one clock cycle by the strict lock approach
It is type of Instruction level parallelism
Communication …