Skip to content

Add new min/max/dot SIMD instructions #952

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

Merged
merged 3 commits into from
Nov 13, 2019
Merged

Add new min/max/dot SIMD instructions #952

merged 3 commits into from
Nov 13, 2019

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Nov 13, 2019

Adds the instructions

  • i8x16.min_s / v128.min<i8>
  • i8x16.min_u / v128.min<u8>
  • i8x16.max_s / v128.max<i8>
  • i8x16.max_u / v128.max<u8>
  • i16x8.min_s / v128.min<i16>
  • i16x8.min_u / v128.min<u16>
  • i16x8.max_s / v128.max<i16>
  • i16x8.max_u / v128.max<u16>
  • i32x4.min_s / v128.min<i32>
  • i32x4.min_u / v128.min<u32>
  • i32x4.max_s / v128.max<i32>
  • i32x4.max_u / v128.max<u32>
  • i32x4.dot_i16x8_s / v128.dot<i16>

and updates Binaryen to latest. Also adds bindings for various new function, export and memory segment iteration APIs with _BinaryenGetMemorySegmentByteOffset currently commented out due to its non-portable int64_t return type (see fixed in WebAssembly/binaryen#2432).

@dcodeIO dcodeIO merged commit 98f2986 into master Nov 13, 2019
@dcodeIO dcodeIO deleted the simd-int-min-max-dot branch January 1, 2020 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant