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

Build+test bn_mp_set_double.c on more platforms #476

Merged
merged 3 commits into from
Mar 5, 2020
Merged

Commits on Feb 17, 2020

  1. Build+test bn_mp_set_double.c on more platforms

    Not all platforms/environments/architectures that support enough of
    IEEE 754 for the purposes of mp_set_double() actually support enough
    to legitimately define __STDC_IEC_559__, so only relying on that is
    too strict. Fixes #159
    MasterDuke17 authored and minad committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    4e90f31 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. fix compile error on MSVC

    sjaeckel committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    c5cb0c6 View commit details
    Browse the repository at this point in the history
  2. introduce MP_HAS_SET_DOUBLE

    sjaeckel committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    c1cf807 View commit details
    Browse the repository at this point in the history