SIMD
“Singe Instruction Multiple Data”
Execute the same operation on set of data with a single instruction. Is more energy efficient, only single fetch and decode for one instruction for multiple operations.
“Singe Instruction Multiple Data”
Execute the same operation on set of data with a single instruction. Is more energy efficient, only single fetch and decode for one instruction for multiple operations.