Toshiyasu Morita via llvm-dev
2017-Mar-16 22:31 UTC
[llvm-dev] C API equivalent of EngineBuilder::setMArch?
I'm using MCJIT, and I'm trying to coax it into generating code for the native architecture, e.g. use AVX2 instructions on x86-64. It looks like this is possible using EngineBuilder::setMArch(). However, I'm using the C interface, and I don't see an obvious equivalent. Is it possible to do this? Toshi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170316/161a19eb/attachment.html>