Displaying 2 results from an estimated 2 matches for "8fa7d401".
Did you mean:
85a7d501
2013 Oct 02
0
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
...n its own.
Do you have any ideas where in the whole LLVM structure would it fit
(should it be implemented as a separate optional pass)?
Thanks,
- Stan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131002/8fa7d401/attachment.html>
2013 Oct 02
3
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
On 2 October 2013 10:12, Steven Newbury <steve at snewbury.org.uk> wrote:
> How does this make any sense?
>
I have to agree with you that this doesn't make much sense, but there is a
case where you would want something like that: when the original source
uses NEON intrinsics, and there is no alternative in AltiVec, AVX or even
plain C.
We encourage people to use NEON intrinsics,