aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/rdrand
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-110/+0
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-231-0/+2
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Avoid uninitialized variable warning for rdrand output varlloyd2013-07-191-1/+1
* Enable RDRAND in 32-bit buildslloyd2013-07-101-1/+1
* Markus Wanner pointed out on the mailing list that using rdrand opcodelloyd2012-05-071-3/+8
* Add support for the rdrand instruction, added in Intel's Ivy Bridgelloyd2012-04-263-0/+103