Re: [PATCH, AArch64] Support abs standard pattern for DI mode
On 25 June 2013 18:04, Ian Bolton wrote: > 2013-06-25 Ian Bolton > > gcc/ > * config/aarch64/aarch64-simd.md (absdi2): Support abs for > DI mode. > > testsuite/ > * gcc.target/aarch64/abs_1.c: New test. OK /Marcus
[PATCH, AArch64] Support abs standard pattern for DI mode
Hi, I'm adding support for abs standard pattern name for DI mode, via the ABS instruction in FP registers and the EOR/SUB combo in GP registers. Regression tests for Linux and bare-metal all passed. OK for trunk? Cheers, Ian 2013-06-25 Ian Bolton gcc/ * config/aarch64/aarch64-simd