Landing: ba0547444b74
Project / Subsystem
gcc / risc-v
Date
2026-07-17
Author
Wang Yaduo
Commit
ba0547444b747e775381b3db995f8fe8856ff5cc
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- risc-v
- patch_id
- —
- commit_hash
- ba0547444b747e775381b3db995f8fe8856ff5cc
- source_type
- github
- headline
- RISC-V: Remove zama16b from xt-c9501fdvt
- tldr
- RISC-V '-mcpu=xt-c9501fdvt' no longer enables zama16b extension due to binutils support issues.
- author
- Wang Yaduo
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • risc-v
- • assembler
- • configuration
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-17T00:00:00.000Z
The RISC-V ‘-mcpu=xt-c9501fdvt’ configuration has been updated to exclude the ‘zama16b’ extension. This change is necessary because the assembler (binutils) does not yet support this extension, preventing successful compilation. A corresponding test case is adjusted to reflect that ‘__riscv_zama16b’ will be undefined.