search for: 6b64b9cd

Displaying 2 results from an estimated 2 matches for "6b64b9cd".

Did you mean: 464b9cd
2013 Dec 19
0
[LLVMdev] LLVM ARM VMLA instruction
...so LLVM can't in good >> conscience enable these optimisations by default. >> >> Cheers. >> >> Tim. >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131218/6b64b9cd/attachment.html>
2013 Dec 19
2
[LLVMdev] LLVM ARM VMLA instruction
Thanks for the explanation, Tim! gcc 4.8.1 *does* generate an fma for your code example for an x86 target that supports fma. I'd bet that the HW vendors' compilers do the same, but I don't have any of those installed at the moment to test that theory. So this is a bug in those compilers? Do you know how they justify it? I see section 6.5 "Expressions" in the C standard, and