[llvm] [SPARC] Change `half` to use soft promotion rather than `PromoteFloat` (PR #152727)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 16 07:43:08 PDT 2025
https://github.com/koachan approved this pull request.
> The SPARC ABI does not specify a _Float16 type, so there is no concern with keeping interface compatibility.
I see that GCC doesn't handle _Float16 on SPARC either, so this shouldn't be a problem I think?
https://github.com/llvm/llvm-project/pull/152727
More information about the llvm-commits
mailing list