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 c5c891ff8e
Correctly call JitCompiler destructor
5 years ago
..
asm Fixed FSCAL instruction causing group F registers to exceed their intended maximum value 5 years ago
blake2 Avoid argon2 symbol clashes with libsodium 5 years ago
tests Updated documentation 5 years ago
aes_hash.cpp Abstracted away from x86 intrinsics 5 years ago
aes_hash.hpp Removed capital letters from filenames 5 years ago
allocator.cpp Abstracted away from x86 intrinsics 5 years ago
allocator.hpp C API - first working version 5 years ago
argon2.h RandomX portable interpreter 6 years ago
argon2_core.c Avoid argon2 symbol clashes with libsodium 5 years ago
argon2_core.h Avoid argon2 symbol clashes with libsodium 5 years ago
argon2_ref.c Avoid argon2 symbol clashes with libsodium 5 years ago
assembly_generator_x86.cpp Fixed IMUL_RCP if divisor is a power of 2 5 years ago
assembly_generator_x86.hpp Clarifications/corrections in the specification/comments 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 Prepare for JIT compiler support for other platforms 5 years ago
configuration.h Use values from configuration.h in assembly code 5 years ago
dataset.cpp Correctly call JitCompiler destructor 5 years ago
dataset.hpp Correctly call JitCompiler destructor 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 Fixed x87 math precision (i386 build) 5 years ago
intrin_portable.h Fixed non-x86 compilation 5 years ago
jit_compiler.hpp Prepare for JIT compiler support for other platforms 5 years ago
jit_compiler_a64.hpp Prepare for JIT compiler support for other platforms 5 years ago
jit_compiler_fallback.hpp Prepare for JIT compiler support for other platforms 5 years ago
jit_compiler_x86.cpp Prepare for JIT compiler support for other platforms 5 years ago
jit_compiler_x86.hpp Clarifications/corrections in the specification/comments 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 Prepare for JIT compiler support for other platforms 5 years ago
randomx.h Proper C declaration without parameters 5 years ago
reciprocal.c Clarifications/corrections in the specification/comments 5 years ago
reciprocal.h 30% faster JIT compiler 5 years ago
soft_aes.cpp Abstracted away from x86 intrinsics 5 years ago
soft_aes.h Abstracted away from x86 intrinsics 5 years ago
superscalar.cpp Fixed a possibility of buffer overflow in Superscalar generator 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 Abstracted away from x86 intrinsics 5 years ago
virtual_machine.hpp Added scratchpad entropy test 5 years ago
virtual_memory.cpp Query for LargePageMinimum on Windows 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 Prepare for JIT compiler support for other platforms 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 FSCAL instruction causing group F registers to exceed their intended maximum value 5 years ago
vm_interpreted.hpp Abstracted away from x86 intrinsics 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