Skip to content
#

mips32

Here are 96 public repositories matching this topic...

This library is intended to be used with the branchless programming technique which generally plays nicer with RISC systems. Sometimes, pipeline hazards (structural, or data) which can potentially manifest as pipeline stalls, can occur through branch instruction sequences that the compiler cannot avoid. These bubbles can be avoided by using arithmetic instructions instead of branching multiple times. Using bits not only saves memory, but also in most cases, speeds up the logic.

  • Updated Jul 29, 2020
  • C

Improve this page

Add a description, image, and links to the mips32 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mips32 topic, visit your repo's landing page and select "manage topics."

Learn more