An open API service providing repository metadata for many open source software ecosystems.

Topic: "instruction-pipeline"

rohanverma94/stm32f4xxx-SIMD-add

This is a demostration of SIMD code in stm32f4xxx microcontroller.

Language: C - Size: 371 KB - Last synced at: 7 days ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 0

mlshort/InstructionPipeline

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 the overall instruction throughput.

Language: C++ - Size: 8.94 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0