> The only thing left to do with it is
> a) verify that I actually did the opcode right [1]
>

You should be able to use open a Developer prompt, and then:

     dumpbin /DISASM:NOBYTES rdseed-x64.obj

Be sure to use REX.w prefix on 64-bit to get a 64-bit value, and not a 
32-bit value.

b) Add the required versioning constants for Clang as I couldn't find those.
>

I think Clang added RDRAND/RDSEED support prior to 3.2. They patch check-in 
occurred in July 2012, and the next release was Clang 3.2.

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to