[PATCH][RFC] Add support of RDSEED in AVX2

Michael Liao michael.liao at intel.com
Tue Mar 26 16:10:09 PDT 2013


Hi,

The attached patches add RDSEED support. RDSEED is quite similar to
RDRAND except it read a NIST SP800-90B & C compliant random value. So,
the patch '0002-Add-RDSEED-support.patch' adds these insns following the
same approach of RDRAND.
'0001-Enhance-boolean-simplification-to-handle-16-64-bit-R.patch'
enhances previous boolean simplification logic to handle the case where
the boolean value is truncated/zero-extended from a zero value generated
by RDRAND.

Thanks for review
- Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Enhance-boolean-simplification-to-handle-16-64-bit-R.patch
Type: text/x-patch
Size: 3855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130326/b86299a5/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-RDSEED-support.patch
Type: text/x-patch
Size: 15379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130326/b86299a5/attachment-0001.bin>


More information about the llvm-commits mailing list