Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ziglang/zig
base: 22b7312460c8
Choose a base ref
...
head repository: ziglang/zig
compare: bd282d6cca22
Choose a head ref
  • 11 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 29, 2018

  1. add std.math f16 constants

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    61df5bc View commit details
    Browse the repository at this point in the history
  2. add std.math f16 nan support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    27b0241 View commit details
    Browse the repository at this point in the history
  3. add std.math f16 inf support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    a36d7b6 View commit details
    Browse the repository at this point in the history
  4. add std.math f16 isfinite support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    30b75ae View commit details
    Browse the repository at this point in the history
  5. add std.math f16 isnormal support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    f36b095 View commit details
    Browse the repository at this point in the history
  6. add std.math f16 fabs support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    1abc925 View commit details
    Browse the repository at this point in the history
  7. add std.math f16 floor support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    d293f1a View commit details
    Browse the repository at this point in the history
  8. add std.math f16 copysign support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ca444e6 View commit details
    Browse the repository at this point in the history
  9. add std.math f16 signbit support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    be36179 View commit details
    Browse the repository at this point in the history
  10. test std.math f16 sqrt support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    30cfc0a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Merge pull request #1176 from bnoordhuis/f16-std

    improve std.math f16 support
    andrewrk committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    bd282d6 View commit details
    Browse the repository at this point in the history