-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. Sounds like a good plan to me, but perhaps others know more/better.
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.
Thanks for the links!
Would we have to add support to clang in order to merge our patches,
or can we get away with just adding support to llvm and rustc for now
since the vector math library is going to be mostly used just through
rustc?
Jacob
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
| |
Neil Henning | |
Senior Software Engineer Compiler | |
Not sure if I fully understand the question - but for our Burst HPC# compiler we just:
- create our own TargetLibraryInfo