search for: 3f375b46

Displaying 2 results from an estimated 2 matches for "3f375b46".

Did you mean: 337546
2009 Dec 08
0
[LLVMdev] LLVM intrinsic for SSE ANDPS instruction
...n, then convert the result back. > > Zoltan > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091208/3f375b46/attachment.html>
2009 Dec 08
2
[LLVMdev] LLVM intrinsic for SSE ANDPS instruction
Hi, The arguments to the 'and' instruction must be integer types or vectors of integer types. If I have a compiler whose source language has support for andps by having its own intrinsics, then I would have to generate code to convert the float vector into an int vector before passing it to llvm's and instruction, then convert the result back.