diff options
author | Jack Lloyd <[email protected]> | 2020-05-08 11:22:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-05-08 11:22:25 -0400 |
commit | 79f2a1fe808d6d6bd3c243abeb4d7368162b4c29 (patch) | |
tree | fee16c1c5f165d5075ef89421ebbcf1e65c9ffab /src/lib/rng | |
parent | ad851c2047273d3317cbdc88cefaa1c3aaa61ee2 (diff) |
Fix for systems without a hardware RNG instruction
Diffstat (limited to 'src/lib/rng')
-rw-r--r-- | src/lib/rng/processor_rng/info.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/rng/processor_rng/info.txt b/src/lib/rng/processor_rng/info.txt index 585dc5e59..ec1c7faf3 100644 --- a/src/lib/rng/processor_rng/info.txt +++ b/src/lib/rng/processor_rng/info.txt @@ -9,3 +9,8 @@ icc msvc </cc> +<arch> +x86_32 +x86_64 +ppc64 +</arch> |