avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] avr-libc and stdfix.h


From: Georg-Johann Lay
Subject: [avr-libc-dev] avr-libc and stdfix.h
Date: Tue, 15 Jan 2013 20:43:28 +0100
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

avr-gcc 4.8 supports fixed-point arithmetic according to the ISO/IEC TR 18037 "Embedded C" paper.

Some parts of stdfix.h that are closely related to avr-gcc could be supplied by the compiler, for other parts that are supplied by avr-libc, it makes sense if avr-libc supplies these bits.

This could be accomplished by means of an #include_next in gcc's stdfix.h in lib/gcc/$target/$version/include which would use stdfix in $target/include

Problem is that avr-libc does not supply stdfix.h at all, not even an empty one.

Ideas?

Are there plans that avr-libc comes with stdfix.h in the near future?

Johann





reply via email to

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