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

Conversation

SiarheiVolkau
Copy link

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.

Enabling them shows a little (~0.2 - 0.5%) speedup for non-profiled applications.

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>
SnDream added a commit to SnDream/buildroot that referenced this pull request May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant