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

Michael Liao michael.liao at intel.com
Wed Mar 27 12:59:05 PDT 2013


ping with patches re-attached. - michael


On Tue, 2013-03-26 at 16:10 -0700, Michael Liao wrote:
> 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
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- 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/20130327/9ee47940/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/20130327/9ee47940/attachment-0001.bin>


More information about the llvm-commits mailing list