diff options
author | Daniel Neus <[email protected]> | 2015-12-16 20:12:09 +0100 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2015-12-16 20:12:09 +0100 |
commit | eeef1daa51670f860e10f32708ba5498d6dbebd9 (patch) | |
tree | c3cb683fdf38daf909b386915647b25754222c44 | |
parent | 740591cb0adf608f9ae93d0720173d1daa7934f7 (diff) |
Enable RdRand on Windows/MSVC
-rw-r--r-- | doc/news.rst | 2 | ||||
-rw-r--r-- | src/lib/entropy/rdrand/info.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index 4772501e3..e9b3d1449 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -8,6 +8,8 @@ Version 1.11.26, Not Yet Released Previously the library would in many cases throw `std::runtime_error` or `std::invalid_argument` exceptions which would make it hard to determine the source of the error in some cases. + +* Enable RdRand entropy source on Windows/MSVC. Version 1.11.25, 2015-12-07 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/src/lib/entropy/rdrand/info.txt b/src/lib/entropy/rdrand/info.txt index 546ab699a..e3e1a2a50 100644 --- a/src/lib/entropy/rdrand/info.txt +++ b/src/lib/entropy/rdrand/info.txt @@ -19,4 +19,5 @@ x86_64 gcc clang icc +msvc </cc> |