Re: [PATCH] c99 math func log2

2008-08-31 Thread H.Heinold
Hi, I actual found a program that is using log2, so I would be glad if this function would be integrated. The program is inside qt-embedded-4.4.1 and compiling is failing with this line: qpf2.cpp:(.text+0x26d8): undefined reference to `log2' I have attached a patch which should working against

Re: [PATCH] c99 math func log2

2008-01-07 Thread Natanael Copa
On Sun, 2008-01-06 at 01:45 -0500, Mike Frysinger wrote: On Wednesday 31 October 2007, Natanael Copa wrote: Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. is this function actually needed by something ? the current

Re: [PATCH] c99 math func log2

2008-01-05 Thread Mike Frysinger
On Wednesday 07 November 2007, Bernhard Fischer wrote: If we can subsummize some or individual funcs depending one a certain standard, then all is well (see bsd-compat in e.g. network or others). If they are non-standard but just serve as glibc-compat, then please state so both in configury as

Re: [PATCH] c99 math func log2

2008-01-05 Thread Mike Frysinger
On Wednesday 31 October 2007, Natanael Copa wrote: Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. is this function actually needed by something ? the current working policy has been to merge C99 functions really only on

Re: [PATCH] c99 math func log2

2007-11-07 Thread Bernhard Fischer
On Wed, Oct 31, 2007 at 02:32:48PM +0100, Carmelo AMOROSO wrote: Natanael Copa wrote: Hi, Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. exp2 fdim fma fmax fmin nearbyint nexttoward remquo scalbln tgamma trunc

Re: [PATCH] c99 math func log2

2007-11-07 Thread Bernhard Fischer
On Thu, Nov 08, 2007 at 12:01:56AM +0100, Natanael Copa wrote: On Wed, 2007-11-07 at 19:56 +0100, Bernhard Fischer wrote: On Wed, Oct 31, 2007 at 02:32:48PM +0100, Carmelo AMOROSO wrote: Natanael Copa wrote: Hi, Here is a patch for the c99 math func log2(). If this gets applied I will

Re: [PATCH] c99 math func log2

2007-11-07 Thread Natanael Copa
On Wed, 2007-11-07 at 19:56 +0100, Bernhard Fischer wrote: On Wed, Oct 31, 2007 at 02:32:48PM +0100, Carmelo AMOROSO wrote: Natanael Copa wrote: Hi, Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. exp2 fdim

[PATCH] c99 math func log2

2007-10-31 Thread Natanael Copa
Hi, Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. exp2 fdim fma fmax fmin nearbyint nexttoward remquo scalbln tgamma trunc I dont know how to use the test suite. Looks like test-double is just disabled and I never managed

Re: [PATCH] c99 math func log2

2007-10-31 Thread Carmelo AMOROSO
Natanael Copa wrote: Hi, Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. exp2 fdim fma fmax fmin nearbyint nexttoward remquo scalbln tgamma trunc I dont know how to use the test suite. Looks like test-double is