Elektrine lite

← Feed

@jpm@aus.social

Post #3164836

2025-12-31 01:54 UTC

@whitequark@mastodon.social … does the branch predictor even do anything on an unconditional jump? It’s basically an `ADDI zero, zero, 0` wearing a funny hat

Replies (1)

  • @whitequark@mastodon.social 2025-12-31 01:58

    @jpm@aus.social my core [vexriscv in a funny configuration] would flush the pipeline every time (and make the vcd hard to read) which is why i went with "branch predictor" (that i don't have); you're right of course

    Open ##3164837