Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix branch-misses on Raspberry Pi 3B
According to "Arm Cortex-A53 MPCore Processor Technical Reference Manual", the data-processing instructions using the PC as a destination register is not predicted. Replace the `MOV pc, ...` with `BLX` or `POP` instruction. Ref: #93
- Loading branch information