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

fix u32 sign bugs #158

Merged
merged 7 commits into from
Jun 3, 2024
Merged

fix u32 sign bugs #158

merged 7 commits into from
Jun 3, 2024

Conversation

mcroomp
Copy link
Contributor

@mcroomp mcroomp commented Jun 1, 2024

Couple bugs in u32x8 and u32x4 where i32 operations were used instead. Also fixed tests that were testing i32x8 instead of u32x8.

@Lokathor
Copy link
Owner

Lokathor commented Jun 1, 2024

This looks good but I'll leave it open for a bit in case you spot anything else. I won't be able to merge and publish this until at least later today, possibly a few days from now

@mcroomp
Copy link
Contributor Author

mcroomp commented Jun 2, 2024

Ok I'm done. I also added a simple pseudo random test based on the existing From and Into traits that is much cleaner and less disruptive than the previous change.

@Lokathor Lokathor merged commit 62daa87 into Lokathor:main Jun 3, 2024
22 checks passed
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