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

RFC: Ability to change rounding mode for all floats (cf. #2976) #3149

Merged
merged 11 commits into from
Sep 2, 2013

Commits on Aug 27, 2013

  1. Configuration menu
    Copy the full SHA
    95dbacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823b017 View commit details
    Browse the repository at this point in the history
  3. Integrate the new rounding modes with BigFloats

    This changes the old rounding mode sketch to a more intuitive one,
    and using types instead of constants seems to be more logical.
    andrioni committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    1a13239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451f21e View commit details
    Browse the repository at this point in the history
  5. Stop hardcoding the fenv.h constants

    As suggested by Viral in JuliaLang#3149
    andrioni committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    4f6ee0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    454f61a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a064b7 View commit details
    Browse the repository at this point in the history
  8. Fixes post-rebase

    andrioni committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    54a4055 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Configuration menu
    Copy the full SHA
    e314eba View commit details
    Browse the repository at this point in the history
  2. Documentation for the rounding modes (manual + stdlib)

    It also includes some updates to some related sections about
    BigFloats.
    andrioni committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    285b238 View commit details
    Browse the repository at this point in the history
  3. Fix issue with fenv.h and Ubuntu 12.04

    If the values from fenv.h aren't found by the C preprocessor, it uses
    the default ones for x86/x64
    andrioni committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    773b60e View commit details
    Browse the repository at this point in the history