Re: [avr-gcc-list] OS X 4.2.2 -- simplest way today?

2008-04-29 Thread Dave N6NZ
Rick Mann wrote: On Apr 28, 2008, at 17:14:38, Dave N6NZ wrote: Can someone point me to the simplest way to get the avr-gcc 4.2.2 tool chain running on OS X, with patches that sync up to the linux sticky thread in avrfreaks? I got it working using the scripts in the linux sticky thread

Re: [avr-gcc-list] OS X 4.2.2 -- simplest way today?

2008-04-29 Thread Rick Mann
On Apr 28, 2008, at 23:57:56, Dave N6NZ wrote: So, the Bingo scripts worked as-is? I was under the impression that the standard 10.5 installation was at least missing tools. Um, well...I honestly don't recall! I would try them as-is. I think I slightly modified mine...they're enclosed.

[avr-gcc-list] Multiply improvement [2]

2008-04-29 Thread Anatoly Sokolov
Hello. This patch adds 'maddqihi4' and 'maddqihi4' multiply-add insn patterns for 16bit += 8x8bit operations. Where multiplication is signed on signed or unsigned on unsigned . Code decreased on one 'MOVW' instruction per multiply-add operation. The patch madd.diff caused 0 gcc testsuite