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

[WIP / RFC] Configuration mechanism for directed rounding and fast powers #388

Closed
wants to merge 30 commits into from

Commits on Jun 6, 2020

  1. Add configuration.jl

    dpsanders committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    fa7aab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce61769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1a4b0 View commit details
    Browse the repository at this point in the history
  4. Add powers.jl

    dpsanders committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    0a5e2ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    089a7e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6feb3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81134b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    cfddaef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044c947 View commit details
    Browse the repository at this point in the history
  3. Add Base annotation

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    524cd4c View commit details
    Browse the repository at this point in the history
  4. Import power_by_squaring

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    de103ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2fb8ec View commit details
    Browse the repository at this point in the history
  6. Fix power ambiguity

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    7a8838c View commit details
    Browse the repository at this point in the history
  7. Move negative power check

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    c3a07c6 View commit details
    Browse the repository at this point in the history
  8. Try some inlining

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    6e9ed32 View commit details
    Browse the repository at this point in the history
  9. Fix name mismatch

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    1e714b5 View commit details
    Browse the repository at this point in the history
  10. More inlining

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    42f6c74 View commit details
    Browse the repository at this point in the history
  11. Typos

    dpsanders committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    8989bb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Fix warn -> @warn

    dpsanders committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    d3aa7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73fc001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d585a4d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    997e32c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Simplify real power

    dpsanders committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    3c00c99 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Reinstate integer power

    dpsanders committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d35b415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5751634 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Update deps

    dpsanders committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b669b09 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Fix power_by_squaring so that (-Inf..(-1e300))^3 is correct

    David Sanders authored and David Sanders committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    57f401f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Fix power_by_squaring

    dpsanders committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d40067e View commit details
    Browse the repository at this point in the history
  2. Fix power_by_squaring

    dpsanders committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9e36c14 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    afdd6b6 View commit details
    Browse the repository at this point in the history