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

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

[avr-libc-dev] RE: Request for cbrt() and strdup to be added to libc


From: Weddington, Eric
Subject: [avr-libc-dev] RE: Request for cbrt() and strdup to be added to libc
Date: Sun, 22 Jun 2008 10:55:42 -0600

I don't see any problem with adding these to avr-libc, other than a lack
of an implementation. ;-)

In general, we try to do as much hand-coded assembly as possible, except
for very large functions (e.g. printf and friends) where it would be
difficult to do so.

Eric 

> -----Original Message-----
> From: Andy H [mailto:address@hidden 
> Sent: Sunday, June 22, 2008 10:35 AM
> To: Weddington, Eric; Joerg Wunsch; Dmitry K.
> Subject: Request for cbrt() and strdup to be added to libc
> 
> It seems gcc testsuite assumes presence of widely available 
> strdup() and 
> cbrt() functions.
> 
> strdup is a derivative of malloc
> cbrt is cubic root x^(1/3)
> 
> I dont think it would be any hardship to add these to avr library.
> 
> Can this be done?
> 
> best regards
> 
> 
> 
> 




reply via email to

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