This is a demostration of SIMD code in stm32f4xxx microcontroller.
-
Updated
May 10, 2018 - C
This is a demostration of SIMD code in stm32f4xxx microcontroller.
Grad school, Adv Computer Architecture, Instruction Pipeline project. Pipelining is a technique where multiple instructions are overlapped during execution. Pipeline is divided into stages and these stages are connected with one another to form a pipe like structure. Instructions enter from one end and exit from another end. Pipelining increases…
Add a description, image, and links to the instruction-pipeline topic page so that developers can more easily learn about it.
To associate your repository with the instruction-pipeline topic, visit your repo's landing page and select "manage topics."