ring icon indicating copy to clipboard operation
ring copied to clipboard

Document the list of supported architectures

Open Shnatsel opened this issue 3 years ago • 1 comments

I could not find any information in the docs on whether Ring provides architecture-independent fallbacks for when an optimized implementation for the target CPU cannot be found, or ships architecture-specific implementations only. And if it's the latter, then support for which architectures is implemented.

Shnatsel avatar Oct 29 '22 17:10 Shnatsel

Right now the allowed architecture allowlist is documented in https://github.com/briansmith/ring/blob/main/include/ring-core/target.h and the allowed operating system allowlist is documented in https://github.com/briansmith/ring/blob/main/src/rand.rs. Not ideal but also guaranteed to be up to date.

briansmith avatar Oct 13 '23 22:10 briansmith