Re: [Path,AVR]: Implement __muldi3 in asm

2011-12-08 Thread Denis Chertykov
2011/12/8 Georg-Johann Lay : > This are assembler implementations for Dimode multiplication. > > Tested without regressions, the only change in the test suite I get is for > > gcc.c-torture/execute/arith-rand-ll.c execution,  -O0 > > UNTESTED -> PASS > > because the former vanilla C implementation

[Path,AVR]: Implement __muldi3 in asm

2011-12-08 Thread Georg-Johann Lay
This are assembler implementations for Dimode multiplication. Tested without regressions, the only change in the test suite I get is for gcc.c-torture/execute/arith-rand-ll.c execution, -O0 UNTESTED -> PASS because the former vanilla C implementation ran into timeout. Ok for trunk? Johann