[PATCH] D69246: [RISCV] Add support for half-precision floats
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 10:16:57 PDT 2019
lenary added a comment.
This is looking good to me. I'd like you to precommit the tests.
I find the libcall ABI slighly odd (__gnu_h2f_ieee takes the half-precision arg in `a0` and returns the result in `fa0`, it seems, which strikes me as a bit odd, but maybe I'm missing something). That said, that probably isn't an issue with this patch specifically.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69246/new/
https://reviews.llvm.org/D69246
More information about the llvm-commits
mailing list