You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automerge: [RISCV] Support .option {no}exact (#122483)
This implements [the `.option exact` and `.option noexact`
proposal](riscv-non-isa/riscv-asm-manual#122)
for RISC-V.
`.option exact` turns off:
- Compression
- Branch Relaxation
- Linker Relaxation
`.option noexact` turns these back on, and is also the default, matching
the current behaviour.
0 commit comments