-
Notifications
You must be signed in to change notification settings - Fork 68
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
Benchmarking program for unaligned accesses #8
Comments
I guess I just used the internal benchmark module of |
If you're on Linux x86, you can also consider |
x86, and especially Linux, are pretty well tested. So is ARM; this issue is really more for more exoctic architectures and compilers. uarch-bench looks very cool, though; could be useful for SIMDe. |
Right, it makes sense. I do want to support other mainstream archs on uarch bench, but that probably mostly just means ARM. |
We need a program to benchmark the different methods for the unaligned module. Shouldn't be difficult now that the clock module is in reasonable shape…
@Cyan4973, did you do anything special for that blog post, or just benchmarking xxhash? If the former, I don't suppose you still have the code sitting around somewhere (and would be willing to share it)?
The text was updated successfully, but these errors were encountered: