On 4 Feb 2013, at 03:09, Pedro Giffuni <p...@freebsd.org> wrote: > Those are surely in this list: > https://wiki.freebsd.org/MissingMathStuff > > I think we are using stubs for libc++.
We are using stubs for libc++, because libc++ is a C++11 standard library, which expects the C99 math functions. The libstdc++ in base is a C++03 library, and the C++03 standard does not include a long long type, nor any of the related functions. David _______________________________________________ freebsd-toolchain@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"