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

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

Re: [avr-libc-dev] Feature wishlisht


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] Feature wishlisht
Date: Fri, 25 Feb 2011 19:07:38 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

As Boyapati, Anitha wrote:

> I recently saw new/delete operator support being requested. This
> made me think about C++ support. Likewise any such features in the
> long run maybe...

Yes, libstdc++ support is on the wishlist, even though it's beyond the
scope of the avr-libc project.

Likewise, 64-bit doubles are on the wishlist (as an option to the
current implementation), but again, this is much of a compiler issue
rather than library only.  My preference would be a compiler option
much like we've got -mint8, so perhaps "-mdouble32" which enables the
current behaviour, defaulting to double being 64 bits as this is what
the ISO C standard asks for (well, sort of, but they're asking for
*more* than 32-bit FP for the "double" datatype, and while 48 bits
would satisfy their requirements, it's IMHO not possible to implement
a 48-bit datatype in GCC).

I think the standard feature set of avr-libc is pretty much settled,
and does not call for many more extensions.  (Disclaimer: that's my
very personal opinion.)
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



reply via email to

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