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 nothing uses this name for expansion in 4.8. Regression tested on aarch64-none-elf with no regressions. Thanks, James Greenhalgh --- gcc/ 3013-04-26 James Greenhalgh <james.greenha...@arm.com> * config/aarch64/aarch64-simd.md (l<fcvt_pattern><su_optab><fcvt_target><VDQF:mode>2): Rename to... (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): ... This.
OK /Marcus