I've changed the check to substitute the double variants if
sinf is not found - it's done wholesale - if sinf isn't
found, it's assumed that there's no cosf, fabsf, floorf etc.
Current CVS has the changes (as well as quite a few others
since the last release - I really need to get a new release
out :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=250654
have a look at
http://gcc.gnu.org/ml/libstdc++/2000-06/msg00009.html
Logged In: YES
user_id=540366
Hi
What libc and platform are you using? I'm using GNU libc6
(glibc-2.3.2) on Linux.
Do you have the sin function? I should really add a fallback
to this (and other *f) if the float variant isn't found.
Logged In: YES
user_id=250654
I am using solaris here ;-)
The fallbacks (probably as simple #defines) should do.
Logged In: YES
user_id=540366
I've changed the check to substitute the double variants if
sinf is not found - it's done wholesale - if sinf isn't
found, it's assumed that there's no cosf, fabsf, floorf etc.
Current CVS has the changes (as well as quite a few others
since the last release - I really need to get a new release
out :)