Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After discussion with clang and gcc community, we choose C ISO/IEC TS 18661-3 `_Float16` rather than redefine a different behavior type `__fp16` in RISC-V. 1. ARM folks are working on deprecating `__fp16`. [1] 2. In Clang, `_Float16` is available in both C and C++ mode. [2] 3. In GCC, `_Float16` is only avaiable in C mode but GCC folks think making it available in C++ as GCC extension is doable. [3] [1] https://lists.llvm.org/pipermail/cfe-dev/2021-March/067850.html [2] https://gcc.gnu.org/pipermail/gcc/2021-March/234981.html [3] https://gcc.gnu.org/pipermail/gcc/2021-March/234972.html
- Loading branch information