Displaying 5 results from an estimated 5 matches for "vector_builtin".
Did you mean:
vector_builtins
2012 Jun 04
2
[LLVMdev] Clang 3.1 __builtin_ia32_pcmpeqd128 doesn't work anymore
...clang. And i need to manually generate some llvm ir to replace the
> > builtin function.
> >
> > Is that right?
>
> I think so, though I don't know much about clang's support for such
> intrinsics, just what's in
> http://clang.llvm.org/compatibility.html#vector_builtins
I think that you should write to the cfe-dev list about this. Just
because the LLVM intrinsic was removed does not mean that the clang
intrinsic cannot exist. clang should be able to generate the
aforementioned generic IR.
-Hal
>
> Ciao, Duncan.
>
> >
> >
> > 2012/...
2012 Jun 04
3
[LLVMdev] Clang 3.1 __builtin_ia32_pcmpeqd128 doesn't work anymore
Thanks for the answer,
So if i understand right, i can't directly compile the c code using clang.
And i need to manually generate some llvm ir to replace the builtin
function.
Is that right?
2012/6/4 Duncan Sands <baldrick at free.fr>
> Hi Christophe,
>
> > I recently migrate from llvm/clang 2.8 to 3.1.
> > The builtin __builtin_ia32_pcmpeqd128 compile and works
2012 Jun 04
0
[LLVMdev] Clang 3.1 __builtin_ia32_pcmpeqd128 doesn't work anymore
Hi Hal,
>> I think so, though I don't know much about clang's support for such
>> intrinsics, just what's in
>> http://clang.llvm.org/compatibility.html#vector_builtins
>
> I think that you should write to the cfe-dev list about this. Just
> because the LLVM intrinsic was removed does not mean that the clang
> intrinsic cannot exist. clang should be able to generate the
> aforementioned generic IR.
did you read the web-page I mentioned above?
Cia...
2012 Jun 04
1
[LLVMdev] Clang 3.1 __builtin_ia32_pcmpeqd128 doesn't work anymore
On Mon, 04 Jun 2012 14:28:12 +0200
Duncan Sands <baldrick at free.fr> wrote:
> Hi Hal,
>
> >> I think so, though I don't know much about clang's support for such
> >> intrinsics, just what's in
> >> http://clang.llvm.org/compatibility.html#vector_builtins
> >
> > I think that you should write to the cfe-dev list about this. Just
> > because the LLVM intrinsic was removed does not mean that the clang
> > intrinsic cannot exist. clang should be able to generate the
> > aforementioned generic IR.
>
> did you read t...
2012 Jun 04
0
[LLVMdev] Clang 3.1 __builtin_ia32_pcmpeqd128 doesn't work anymore
...t directly compile the c code using clang.
> And i need to manually generate some llvm ir to replace the builtin function.
>
> Is that right?
I think so, though I don't know much about clang's support for such intrinsics,
just what's in http://clang.llvm.org/compatibility.html#vector_builtins
Ciao, Duncan.
>
>
> 2012/6/4 Duncan Sands <baldrick at free.fr <mailto:baldrick at free.fr>>
>
> Hi Christophe,
>
> > I recently migrate from llvm/clang 2.8 to 3.1.
> > The builtin __builtin_ia32_pcmpeqd128 compile and works perfectly with...