Re: [avr-gcc-list] Use on AVR

2012-06-09 Thread Georg-Johann Lay
Gabriel Dos Reis a écrit: forwarding to the avr-gcc list... On Sat, Jun 9, 2012 at 10:15 AM, Torbjorn Granlund wrote: bodr...@mail.dm.unipi.it writes: IIRC, with avr-gcc, the unsigned long type exists and it is 32 bits long. Yes. Instead of long, sou can also use C99 and #include uint32

Re: [avr-gcc-list] Use on AVR

2012-06-09 Thread Georg-Johann Lay
Gabriel Dos Reis a écrit: forwarding to the avr-gcc list... On Sat, Jun 9, 2012 at 10:15 AM, Torbjorn Granlund wrote: bodr...@mail.dm.unipi.it writes: IIRC, with avr-gcc, the unsigned long type exists and it is 32 bits long. Yes. Instead of long, sou can also use C99 and #include uint32

Re: [avr-gcc-list] Use on AVR

2012-06-09 Thread Gabriel Dos Reis
forwarding to the avr-gcc list... On Sat, Jun 9, 2012 at 10:15 AM, Torbjorn Granlund wrote: > bodr...@mail.dm.unipi.it writes: > >  IIRC, with avr-gcc, the unsigned long type exists and it is 32 bits long. >  Using them for all operations probably is not the faster way to handle >  long integers,