Question
Parallelism between CPU and FPU
Posted on September 09, 2016 at 22:14
Hi.
Is it possible to do some computation in parallel in CPU (with integers) and FPU (with floats)?Probably not, because both units need their own instructions to perform a math operation and the instructions can only be executed sequentially one after another.