-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a3933a2 Update RandomX to v1.1.8 (tevador)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule randomx
updated
27 files
+3 −0 | .gitattributes | |
+52 −24 | CMakeLists.txt | |
+12 −1 | README.md | |
+3 −3 | doc/design.md | |
+13 −0 | doc/tevador.asc | |
+81 −0 | src/aes_hash.cpp | |
+3 −0 | src/aes_hash.hpp | |
+1 −1 | src/allocator.cpp | |
+9 −0 | src/dataset.hpp | |
+15 −0 | src/instructions_portable.cpp | |
+13 −0 | src/intrin_portable.h | |
+4 −0 | src/jit_compiler.hpp | |
+1 −1 | src/jit_compiler_a64.hpp | |
+50 −44 | src/jit_compiler_a64_static.S | |
+1 −1 | src/jit_compiler_fallback.hpp | |
+1 −1 | src/jit_compiler_x86.cpp | |
+1 −1 | src/jit_compiler_x86.hpp | |
+33 −2 | src/randomx.cpp | |
+22 −0 | src/randomx.h | |
+1 −1 | src/tests/affinity.cpp | |
+45 −12 | src/tests/benchmark.cpp | |
+39 −8 | src/tests/tests.cpp | |
+6 −0 | src/virtual_machine.cpp | |
+6 −0 | src/virtual_machine.hpp | |
+7 −2 | src/virtual_memory.cpp | |
+5 −0 | vcxproj/randomx-dll.vcxproj | |
+9 −0 | vcxproj/randomx-dll.vcxproj.filters |