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

Implement Wasm SIMD absolute value instructions for x86 #1941

Merged
merged 4 commits into from
Jun 30, 2020

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    0f667a6 View commit details
    Browse the repository at this point in the history
  2. Implement iabs for x86 SIMD

    This only covers the types necessary for implementing the Wasm SIMD spec--`i8x16`, `i16x8`, `i32x4`.
    abrown committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    fa184ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa4e74c View commit details
    Browse the repository at this point in the history
  4. Enable more spec tests

    abrown committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5ec7dac View commit details
    Browse the repository at this point in the history