GCC does not support __fp16, use the TYPE_FP16 macro instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
GCC does support __fp16 though requires passing -mfp16-format. However, I think that it should be fine to use TYPE_FP16. Please do clean up the commit message though.