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: NixOS/nixpkgs
base: 3e67b3c2694e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ec358abcc3e7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 2, 2019

  1. ispc: do not test on the "host" target

    This is because some very sensitive tests may fail when using more
    exotic platforms and vector instructions.  For example, floating point
    summation (which is not associative in the first place), or
    transcendental functions.  Arguably, ispc's test suite is too
    sensitive here.
    athas committed Oct 2, 2019
    Copy the full SHA
    12f03a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request #70260 from athas/ispc-no-host

    ispc: do not test on the "host" target
    srhb committed Oct 8, 2019
    Copy the full SHA
    ec358ab View commit details
    Browse the repository at this point in the history