Hello All, I am working on a custom float in RISC-V 32, one can replace keyword "float" with custom keyword like "fp_custom" at line # 482 riscv-gcc/gcc/c-family/c-common.c. But in the case of Fortran, can you please tell which files to modify to replace the "float" keyword?
And also, in case of c/c++ one can do custom encoding and decoding of custom floats in gcc/real.c how about in fortran for custom real data type, which file(s) one has to modify? Many Thanks, -Amit