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

use clz()/ctz() to quicky find the size of an EBML encoded value #44

Open
robUx4 opened this issue Apr 19, 2020 · 1 comment
Open

use clz()/ctz() to quicky find the size of an EBML encoded value #44

robUx4 opened this issue Apr 19, 2020 · 1 comment

Comments

@robUx4
Copy link
Contributor

robUx4 commented Apr 19, 2020

https://en.wikipedia.org/wiki/Find_first_set

@retokromer
Copy link
Contributor

Yep, it’s funny and effective indeed, I did use it for PowerPC emulation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants