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

Remove dependencies on libm functions from libcore. #27823

Merged
merged 1 commit into from
Aug 18, 2015

Commits on Aug 17, 2015

  1. Remove dependencies on libm functions from libcore.

    There wasn't any particular reason the functions needed to be there
    anyway, so just get rid of them, and adjust libstd to compensate.
    
    With this change, libcore depends on exactly two floating-point functions:
    fmod and fmodf.  They are implicitly referenced because they are
    used to implement "%".
    eefriedman committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    1ddee80 View commit details
    Browse the repository at this point in the history