aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-04-26 13:32:37 +0000
committerlloyd <[email protected]>2012-04-26 13:32:37 +0000
commita062a3f81a283b5f3edabd188eecebbf8acb9967 (patch)
tree141106e9996590533fb6eb494c5c73bcd9419f37 /doc
parent25f329b8a45b6f84f9a01a0326db48f6853dc59c (diff)
Add support for the rdrand instruction, added in Intel's Ivy Bridge
processors. Tested using SDE on Linux with GCC 4.6, Intel C++ 11.1, and Clang 3.0, all using the inline asm variant. I do not know if current Visual C++ has the intrinsics available or not, so it's only marked as available for those compilers at the moment.
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index b1206637a..d93d8da9b 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -14,6 +14,9 @@ Version 1.10.2, Not Yet Released
version is being developed and the current iteration should not be
used unless needed for existing code.
+* Add support for the rdrand instruction introduced in Intel's Ivy
+ Bridge processors.
+
* Add the Camellia block cipher
* An implementation of SRP-6a compatible with the specification in