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

add outline of gao mateer - ppp: milestone 2 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drahnr
Copy link
Contributor

@drahnr drahnr commented Aug 2, 2023

Obsoletes #2

@@ -0,0 +1,59 @@
pub const fn log2(mut x: usize) -> usize {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not ilog2? It should be implemented somehow via ffs (or [leading_zeros](https://doc.rust-lang.org/std/primitive.usize.html#method.leading_zeros)).

Copy link
Contributor Author

@drahnr drahnr Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it's still WIP and only at th level what I did 2 years ago, so it's not getting lost if upstream (=parity) yanks the branch :) still busy with the SIMD

@drahnr drahnr changed the title add outline of gao mateer add outline of gao mateer - ppp: milestone 2 Sep 18, 2023
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