-
Notifications
You must be signed in to change notification settings - Fork 91
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
tests/thirdparty: add lukechampine/blake3 #164
Comments
I don't see much harm in adding it now, since (I'm fairly sure) the filenames and structure of the code won't be affected by #20. tbh I'm a little embarrassed by that code -- it generates way more asm than it should. Maybe this will spur me to clean it up a bit 😅 |
My hesitation is because I think your code will break when #163 lands? I think some of your manually defined AVX-512 instructions will cause redeclaration errors. |
ah, got it. Alright, let's wait then. |
Awesome! Just put up #231 Consider making |
Add
lukechampine/blake3
to the third-party test suite.Perhaps wait until #20 has been resolved, and the blake3 code has been adapted to use it?
cc @lukechampine
The text was updated successfully, but these errors were encountered: