Skip to content

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 <[email protected]>
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.

1 participant