All of lore.kernel.org
 help / color / mirror / Atom feed
* g++ lib problem
@ 2009-03-12  9:52 Frans Meulenbroeks
  2009-03-12 17:37 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Frans Meulenbroeks @ 2009-03-12  9:52 UTC (permalink / raw)
  To: openembedded-devel

Hi,

I was trying to port a program that used asinl etc. but apparently
asinl is not in our env.
However if I look at
~/oe/tmp/staging/armv7a-angstrom-linux-gnueabi/usr/include/c++/cmath I
see around line 123

  inline long double
  asin(long double __x)
  { return __builtin_asinl(__x); }

questions:
shouldn't this have been a double asin? (probably not too important as
the result will be casted)
and if asin is long double, then why is there no asinl?
normally it is

double asin(double x);
long double asinl(long double x);

guess this is something in the way our libs are generated, but I could
not find the proper way to fix it.

Anyone a suggestion?

Frans.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-14 11:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-12  9:52 g++ lib problem Frans Meulenbroeks
2009-03-12 17:37 ` Khem Raj
2009-03-12 20:34   ` Frans Meulenbroeks
2009-03-12 21:58     ` Khem Raj
2009-03-13 15:15       ` Frans Meulenbroeks
2009-03-13 17:40         ` Khem Raj
2009-03-14 11:00           ` Frans Meulenbroeks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.