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

architecture-specific optimizations (CMake) #66

Open
danwallach opened this issue Apr 14, 2022 · 2 comments
Open

architecture-specific optimizations (CMake) #66

danwallach opened this issue Apr 14, 2022 · 2 comments
Labels
non-jvm Specific to non-jvm platform development

Comments

@danwallach
Copy link
Contributor

We've now got a bunch of logic in the cmake directory that can turn on lots of compiler architecture-specific optimization flags. We need to sort out how to actually use it. Also, we need to verify that these flags are actually getting used. Tried compiling one of the "Blake2" files that used AVX inside, and got compiler errors that AVX wasn't enabled, despite all these optimization flags.

@danwallach
Copy link
Contributor Author

Also to-do here is to make sure that this logic works correctly on ARM Mac devices. It seems very x86-specific.

@JohnLCaron
Copy link
Collaborator

Hopefully this will be superceded by #200

@JohnLCaron JohnLCaron added the non-jvm Specific to non-jvm platform development label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-jvm Specific to non-jvm platform development
Projects
None yet
Development

No branches or pull requests

2 participants