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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 22b7312460c8
Choose a base ref
...
head repository: ziglang/zig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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
    Copy the full SHA
    61df5bc View commit details
  2. add std.math f16 nan support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    27b0241 View commit details
  3. add std.math f16 inf support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    a36d7b6 View commit details
  4. add std.math f16 isfinite support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    30b75ae View commit details
  5. add std.math f16 isnormal support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    f36b095 View commit details
  6. add std.math f16 fabs support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    1abc925 View commit details
  7. add std.math f16 floor support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    d293f1a View commit details
  8. add std.math f16 copysign support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    ca444e6 View commit details
  9. add std.math f16 signbit support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    be36179 View commit details
  10. test std.math f16 sqrt support

    refs #1122
    bnoordhuis committed Jun 29, 2018
    Copy the full SHA
    30cfc0a View commit details

Commits on Jul 2, 2018

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

    improve std.math f16 support
    andrewrk authored Jul 2, 2018
    Copy the full SHA
    bd282d6 View commit details
Loading