[llvm-dev] Adding libcall support for Rust's new vector math library
Jacob Lifshay via llvm-dev
llvm-dev at lists.llvm.org
Wed Jun 9 10:52:56 PDT 2021
On Tue, Jun 8, 2021, 02:48 Sjoerd Meijer <Sjoerd.Meijer at arm.com> wrote:
> Sounds like a good plan to me, but perhaps others know more/better.
>
Thanks!
>
> Clang option -fveclib= can be used to specify a vector library, so I
> think the infrastructure is there and you'll just need to plumb in support
> for yours.
>
Yeah, I'm aware the infrastructure already exists, I'm just not sure how I
should add the new code -- which classes should I subclass/modify?
Jacob
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210609/78db9425/attachment.html>
More information about the llvm-dev
mailing list