- change __riscv__ with __riscv - change __riscv64 with (__riscv && __riscv_xlen == 64)
this is required to support new GCC 7.1 compiler
Differential D11901
RISC-V: support for GCC 7.1 br on Aug 6 2017, 1:22 PM. Authored by Tags None Referenced Files
Subscribers
Details - change __riscv__ with __riscv - change __riscv64 with (__riscv && __riscv_xlen == 64) this is required to support new GCC 7.1 compiler
Diff Detail
Event TimelineComment Actions Please add some notes about this form being backwards compatible with previous supporting compilers in the commit message. Thank you for the explanation! |