This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Parallelism between CPU and FPU

Hi.

I have a question regarding Cortex-M4 processor with floating point unit. Is it somehow 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.

Any thoughts on that?

Thanks

0