avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] _delay_us pulling in floating point lib


From: Björn Haase
Subject: [avr-gcc-list] _delay_us pulling in floating point lib
Date: Wed, 16 Aug 2006 19:37:11 +0200
User-agent: KMail/1.7.1

> The problem is that the list files shows that floating point library
> is being used, when comments in delay.h say that should not happen.
> Also the function was not inlined when I called it.
>
> I have -Os for optimization.  This is with WinAVR345.
>
Maybe try adding

"inline __attribute__ ((always_inline))"

and possibly  (if that doesn't help) also

-ffast-math

.
Bjoern.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]