diff options
author | Jack Lloyd <[email protected]> | 2018-01-04 11:17:09 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-04 11:17:09 -0500 |
commit | f77467ff13ad95a9478eef5239bd9d6b0f48085f (patch) | |
tree | 2b29c5ef41cc97034126020d4cfa6ff8f1218e4f /src/lib/rng | |
parent | 8c781b9be8b98ccbe03e2cfd419026b3ccc9e96a (diff) |
Remove needless <arch> blocks for RDRAND/RDSEED
These were already implicit due to requiring the relevant ISA
Diffstat (limited to 'src/lib/rng')
-rw-r--r-- | src/lib/rng/rdrand_rng/info.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/rng/rdrand_rng/info.txt b/src/lib/rng/rdrand_rng/info.txt index 452dbde58..0d0fc42a4 100644 --- a/src/lib/rng/rdrand_rng/info.txt +++ b/src/lib/rng/rdrand_rng/info.txt @@ -4,11 +4,6 @@ RDRAND_RNG -> 20160619 need_isa rdrand -<arch> -x86_32 -x86_64 -</arch> - <cc> gcc clang |