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

Backport: ispc: do not test on the "host" target #70788

Closed
wants to merge 1 commit into from

Commits on Oct 8, 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.
    
    (cherry picked from commit 12f03a0)
    Backport of NixOS#70260
    athas authored and srhb committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    7c4a194 View commit details
    Browse the repository at this point in the history