Skip to content

Implement _mm_abs_epi* with wasm_*_abs #12372

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 1 commit into from
Sep 30, 2020
Merged

Implement _mm_abs_epi* with wasm_*_abs #12372

merged 1 commit into from
Sep 30, 2020

Conversation

Maratyszcza
Copy link
Contributor

Switch implementation of _mm_abs_epi8/_mm_abs_epi16/_mm_abs_epi32 from emulation to using native wasm_i8x16_abs/wasm_i16x8_abs/wasm_i32x4_abs instructions from WebAssembly/simd#128

@kripken kripken requested review from tlively and juj September 30, 2020 20:30
Copy link
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@tlively tlively merged commit e79efe3 into emscripten-core:master Sep 30, 2020
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.

2 participants