On Thu, 2023-12-21 at 16:01 -0500, Antoni Boucher wrote: > Hi. > This patch adds the support for the convert vector internal function.
Thanks for the patch. > I'll need to double-check that making the decl a register is > necessary. I confess I don't know anything about this aspect of the patch, but presumably you have this working within the rustc backend as well as in the testcase. Am I right in thinking that this is an elementwise conversion? Might be good to specify this in the docs and header file. Otherwise looks good to me (with usual comment about updating the ABI numbering as necessary) Thanks Dave