Re: [AArch64] Fix order of modes to lroundmn2 standard names.

2013-04-26 Thread Marcus Shawcroft
On 26/04/13 14:09, James Greenhalgh wrote: Hi, The vector versions of lroundmn2, lfloormn2, lceilmn2 convert from mode m to mode n. The current implementation has this backwards. For correctness, this patch swaps the n and m parameters. There is no need to backport this patch as a bug fix, as

[AArch64] Fix order of modes to lroundmn2 standard names.

2013-04-26 Thread James Greenhalgh
Hi, The vector versions of lroundmn2, lfloormn2, lceilmn2 convert from mode m to mode n. The current implementation has this backwards. For correctness, this patch swaps the n and m parameters. There is no need to backport this patch as a bug fix, as nothing uses this name for expansion in 4.8.