Displaying 2 results from an estimated 2 matches for "a3a48e5e".
2017 Apr 08
2
How to insert vector type input parameter for function in C/C++ API?
Thank you so much Craig!
I tried it. But still complaining. Here is the error message during
compilation.
HowToUseJIT_SIMD_FuncProto.cpp:94:55: error: expected unqualified-id
VectorType::(Type::getInt32Ty(Context),4),
THIS IS MY CODE:
LLVMContext Context;
std::unique_ptr<Module> Owner = make_unique<Module>("test", Context);
Module *M = Owner.get();
Function
2017 Apr 08
3
How to insert vector type input parameter for function in C/C++ API?
...v at lists.llvm.org
>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170407/a3a48e5e/attachment.html>