Previous | Next --- Slide 26 of 87
Back to Lecture Thumbnails
locked

Can ALU run different instructions at the same time?

kayvonf

@locked. This is a good review question. Who can help us with the answer?

RamenSandwich

@kayvonf @locked No, since only one instruction at a time is fetched for all ALUs to execute. As a result of this, we saw in slides 33-36 that in cases of conditional execution, sometimes the output of some ALUs is ignored because the instruction that was fetched only applies to the data going through some but not all of the ALUs.

themj

One of the drawbacks of using SIMD instructions is that we have to wait for all of the ALU's to finish executing the instruction before we can move onto executing another instruction.