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

Intrinsic test tool to compare neon intrinsics with C #1170

Merged
merged 4 commits into from Sep 9, 2021

Commits on Aug 25, 2021

  1. Intrinsic test tool to compare neon intrinsics with C

    This tool generates rust and C programs that will call intrinsics and
    print the results with multiple different inputs. It will build all
    the programs and then run each of them and diff the output printing
    any differences that are found.
    
    It uses the tracking spreadsheet (with the % column renamed to
    enabled) to determine which intrinsics to test.
    
    It will filter out any intrinsics that have an argument with the name
    "n" or "lane" as those have constraints on them as to what numbers can
    be used.
    JamieCunliffe committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b5b9092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6cdf1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ff70cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6056cfc View commit details
    Browse the repository at this point in the history