You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RandomX/src
tevador c1314dc2a2
Use values from configuration.h in assembly code
5 years ago
..
asm Use values from configuration.h in assembly code 5 years ago
blake2 Big endian bug fixes 5 years ago
tests Updated documentation 5 years ago
aes_hash.cpp Removed capital letters from filenames 5 years ago
aes_hash.hpp Removed capital letters from filenames 5 years ago
allocator.cpp Flags ordered by their impact on performance 5 years ago
allocator.hpp C API - first working version 5 years ago
argon2.h RandomX portable interpreter 6 years ago
argon2_core.c Support for multiple threads 6 years ago
argon2_core.h Support for multiple threads 6 years ago
argon2_ref.c RandomX portable interpreter 6 years ago
assembly_generator_x86.cpp Fixed IMUL_RCP if divisor is a power of 2 5 years ago
assembly_generator_x86.hpp Fixed biased condition register selection 5 years ago
blake2_generator.cpp Fixed superscalar test projects 5 years ago
blake2_generator.hpp Removed capital letters from filenames 5 years ago
common.hpp Fixed IMUL_RCP if divisor is a power of 2 5 years ago
configuration.h Use values from configuration.h in assembly code 5 years ago
dataset.cpp Cache seed renamed to key 5 years ago
dataset.hpp Function typedefs without pointer 5 years ago
instruction.cpp COND_R instruction reworked as CBRANCH 5 years ago
instruction.hpp COND_R instruction reworked as CBRANCH 5 years ago
instruction_weights.hpp Removed capital letters from filenames 5 years ago
instructions_portable.cpp Removed unused code 5 years ago
intrin_portable.h Group E exponent changed from a static value (-240) to dynamic 5 years ago
jit_compiler_x86.cpp 30% faster JIT compiler 5 years ago
jit_compiler_x86.hpp 30% faster JIT compiler 5 years ago
jit_compiler_x86_static.S Use values from configuration.h in assembly code 5 years ago
jit_compiler_x86_static.asm Use values from configuration.h in assembly code 5 years ago
jit_compiler_x86_static.hpp Code cleanup & refactoring 5 years ago
program.hpp Remove capital letters from filenames #3 5 years ago
randomx.cpp Cache seed renamed to key 5 years ago
randomx.h Cache seed renamed to key 5 years ago
reciprocal.c 30% faster JIT compiler 5 years ago
reciprocal.h 30% faster JIT compiler 5 years ago
soft_aes.cpp Removed capital letters from filenames 5 years ago
soft_aes.h Removed capital letters from filenames 5 years ago
superscalar.cpp Fixed incorrect latency of mul_r in SuperscalarHash 5 years ago
superscalar.hpp Removed capital letters from filenames 5 years ago
superscalar_program.hpp randomx_cache and randomx_dataset changed to standard-layout structs 5 years ago
virtual_machine.cpp Group E exponent changed from a static value (-240) to dynamic 5 years ago
virtual_machine.hpp Added scratchpad entropy test 5 years ago
virtual_memory.cpp Removed capital letters from filenames 5 years ago
virtual_memory.hpp Removed capital letters from filenames 5 years ago
vm_compiled.cpp randomx_cache and randomx_dataset changed to standard-layout structs 5 years ago
vm_compiled.hpp randomx_cache and randomx_dataset changed to standard-layout structs 5 years ago
vm_compiled_light.cpp randomx_cache and randomx_dataset changed to standard-layout structs 5 years ago
vm_compiled_light.hpp randomx_cache and randomx_dataset changed to standard-layout structs 5 years ago
vm_interpreted.cpp Fixed IMUL_RCP if divisor is a power of 2 5 years ago
vm_interpreted.hpp COND_R instruction reworked as CBRANCH 5 years ago
vm_interpreted_light.cpp randomx_cache and randomx_dataset changed to standard-layout structs 5 years ago
vm_interpreted_light.hpp randomx_cache and randomx_dataset changed to standard-layout structs 5 years ago