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

add cpu detection code #4

Open
shawnl opened this issue May 21, 2019 · 1 comment
Open

add cpu detection code #4

shawnl opened this issue May 21, 2019 · 1 comment

Comments

@shawnl
Copy link

shawnl commented May 21, 2019

it looks like you wrote the cpu detection code in openssl. It would be nice if that stuff (which is important for using these routines) was here, so the license was clearer.

@noloader
Copy link

noloader commented May 21, 2019

Google has a library called cpu_features. It is missing a few key defines and platforms, like ARMv7 and PowerPC. You will certainly want ARMv7 for ARM builds. It is a good start, though.

You should be able to map cpu features to OpenSSL/Cryptogams defines with the use of grep.

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

No branches or pull requests

2 participants