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

wasm simd cleanup #6566

Merged
merged 1 commit into from
Jan 18, 2022
Merged

wasm simd cleanup #6566

merged 1 commit into from
Jan 18, 2022

Conversation

steven-johnson
Copy link
Contributor

  • f64x2.convert_low_i32x4_s/u is handled properly by LLVM 14, so remove the TODO stuff and leave the test special-cased for that version (don't bother trying to make it work in LLVM13)
  • our float_to_double glue is only needed for LLVM13, so update comments and ifdefs appropriately

- f64x2.convert_low_i32x4_s/u  is handled properly by LLVM 14, so remove the TODO stuff and leave the test special-cased for that version (don't bother trying to make it work in LLVM13)
- our `float_to_double` glue is only needed for LLVM13, so update comments and ifdefs appropriately
@steven-johnson steven-johnson merged commit 030fe5a into master Jan 18, 2022
@steven-johnson steven-johnson deleted the srj/wasm-tweaks branch January 18, 2022 21:23
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