Ping? Tim.
On Mon, Jan 14, 2013 at 1:37 PM, Tim Northover <[email protected]> wrote: > Hi, > > While applying some review comments for the AArch64 code, I noticed that the > arguments are marshalled incorrectly when converting a NEON vfma intrinsic > into an LLVM fma version. > > The NEON version expects the modified (accumulator) argument to come first, > however the LLVM version follows libm's semantics in putting the accumulator > last. > > This patch should fix the issue. Ok to commit? > > Cheers. > > Tim. > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
fix-fma-order.diff
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
