Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

work around missing math functions on bsd platforms #503

Merged
merged 1 commit into from
Jan 27, 2017

Commits on Jan 24, 2017

  1. work around missing math functions on bsd platforms

    This will fix yallop#502 and a related problem on netbsd. I've intentionally
    not implemented any kind of feature detection. It's tricky. The header
    definitions are available and the functions are understood by gcc/clang,
    although they are not implemented by the c standard library. But gcc will
    generate opcode for them under certain conditions...
    fdopen committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    bca6743 View commit details
    Browse the repository at this point in the history