Integrated RandomX, added RandomXL (Loki)

This commit is contained in:
SChernykh
2019-07-01 20:11:51 +02:00
parent 900d6967b4
commit 7d10b6b71f
78 changed files with 9870 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
mov edx, 1
mov r8, rcx
xor eax, eax
bsr rcx, rcx
shl rdx, cl
div r8
ret