-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
u32x8 compare methods implemented as functions and not as traits #85
Comments
say what now? |
Oh. but it looks like those methods also exist in the latest of the main branch? And in the published 0.6.4 version. Where are you not seeing them available? |
Yes, they exist. But in f32x8 they are implemented as traits, not as methods. |
Oh, that, yeah. If you want to have the trait option just make a PR for trait impls that call the method. We can get that published real quick. |
No, I don't actually use them. Just noticed this issue while was reading the code. It can be fixed at any time. |
No description provided.
The text was updated successfully, but these errors were encountered: