[fpc-devel] RISC-V separating Zicsr and Zifencei from base ISA

2025-09-17 Thread Christo Crause via fpc-devel
A while ago the GNU RISC-V toolchain [1] implemented separation of the Zicsr and Zifencei options from the base integer ISA according to the ISA spec 20191213. Espressif bumped their GNU toolchain for esp-idf v5.1 to GCC 12.2 in June 2023, which requires explicitly specifying the Zicsr and Zifence

Re: [fpc-devel] if-then-else expression

2025-09-17 Thread Sven Barth via fpc-devel
Benito van der Zander via fpc-devel schrieb am Mo., 8. Sep. 2025, 00:40: > Hi, > > Implicit function specialization would change that, however that would > mean the generation of a specialized definition each time it is used in a > different unit and for every type. > > > This calls for a space o