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,
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
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
Hi All,
The post below just came out on the GCC mailing list. All of the AVR GCC
developers need to know this. ;-)
I know John Regehr (the OP). He works with the AVR quite a bit. University
professor in Utah (US). Comes up with pretty good tools too.
Eric Weddington
> -Original Message---