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

Missing Floor / Ceil methods #64

Open
Razaekel opened this issue Sep 19, 2020 · 2 comments
Open

Missing Floor / Ceil methods #64

Razaekel opened this issue Sep 19, 2020 · 2 comments

Comments

@Razaekel
Copy link
Contributor

There's no Ceil or Floor method implemented for the wide types.

Based off of Issue #15, it appears that only Intel has intrinsics for floor/ceil, and other architectures will need a manually implemented version.

@chrisranderson
Copy link

@Lokathor Would this be a "good first issue"? Seemed like a decent candidate to me. I'm looking to contribute to a Rust project during my free time. Just wanted to check before diving in too far.

@Lokathor
Copy link
Owner

I'd be happy to have the additional methods!

Let me also point out that, long term, a crate similar to this one will become part of the core standard library. https://github.com/rust-lang/project-portable-simd is where the other effort is going on, which might let your contributions have a wider impact.

@Lokathor Lokathor removed the request label Aug 12, 2024
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

No branches or pull requests

3 participants