You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: