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

Added xsimd 13.0.0 #1369

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Added xsimd 13.0.0 #1369

merged 1 commit into from
Oct 14, 2024

Conversation

anutosh491
Copy link
Contributor

No description provided.

@anutosh491
Copy link
Contributor Author

Currently packaging all architectures and types, not sure all of those are required (I guess only include/xsimd/arch/xsimd_wasm.hpp and include/xsimd/types/xsimd_wasm_register.hpp might do?)
Maybe @JohanMabille could confirm this for me !

@JohanMabille
Copy link
Contributor

Packaging "all" of them is fine, xsimd is just a pure header library, nothing is compiled. When the user builds code depending on it, xsimd will detect the current architecture and "dispatch" to the appropriate header. It's easier to package headers that won't be used rather than splitting the library

@anutosh491
Copy link
Contributor Author

Thanks for the review .

@DerThorsten DerThorsten merged commit 2898af2 into emscripten-forge:main Oct 14, 2024
1 check passed
@anutosh491 anutosh491 deleted the xsimd branch October 14, 2024 06:15
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.

3 participants