-
-
Notifications
You must be signed in to change notification settings - Fork 180
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 the system provided xxHash library #3929
Labels
Comments
It might also be a good time to stop bundling xxhash and use the library:
|
totaam
added a commit
that referenced
this issue
Sep 3, 2023
Leave it to the OS to enable the correct build options for |
totaam
added a commit
that referenced
this issue
Sep 3, 2023
totaam
added a commit
that referenced
this issue
Sep 3, 2023
totaam
added a commit
to Xpra-org/gtk-osx-build
that referenced
this issue
Sep 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xxHash
was bumped to version 0.8.2 in 893052d.We should enable its xxh_x86dispatch.c.
Difficulty:
Compile this file with the default flags for your target.
Do not compile with flags like
-mavx*
,-march=native
, or/arch:AVX*
, there will be an error.The text was updated successfully, but these errors were encountered: