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

Remove instant dummy and update to latest wasm32 simd intrinsics #265

Merged
merged 1 commit into from Dec 4, 2020

Conversation

d3lm
Copy link
Contributor

@d3lm d3lm commented Dec 4, 2020

This PR removes the Instant dummy implementation, which is no longer needed as we are using instant now instead of std.

I have also added a polyfill for Instant::checked_duration_since because it's not yet implemented for the wasm32. Once it gets implemented we can remove it again.

Lastly, I have updated the thread_parker to use the latest wasm32 SIMD intrinsics. For reference, check this.

@d3lm
Copy link
Contributor Author

d3lm commented Dec 4, 2020

I also ran this locally against my project and all 350 tests pass. Looking good.

@Amanieu Amanieu merged commit 0f29ea8 into Amanieu:master Dec 4, 2020
@d3lm d3lm deleted the fix/instant-and-smid branch December 4, 2020 21:03
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.

None yet

2 participants