Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable mips branch likely instructions generation #131

Open
wants to merge 1 commit into
base: opendingux
Choose a base branch
from

Commits on Jun 25, 2023

  1. enable mips branch likely instructions generation

    Branch likey instructions are explicitly marked deprecated for
    MIPS32/MIPS64, although they're still present in XBurst cores and show a
    little benefit to use them even when branch target buffer (BTB) is
    enabled.
    
    These instructions are disabled by default in GCC for mips32 mips32r2
    targets. Let's enable them.
    
    Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
    SiarheiVolkau committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    68c5eff View commit details
    Browse the repository at this point in the history