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
SChernykh 0ff83a2a81
Merge remote-tracking branch 'upstream/master'
3 years ago
..
asm Optimized dataset read (#211) 3 years ago
blake2 Fix symbol collisions with blake2b (#145) 5 years ago
tests add --noBatch benchmark option 4 years ago
aes_hash.cpp Combined hash and fill AES loop (#166) 4 years ago
aes_hash.hpp Combined hash and fill AES loop (#166) 4 years ago
allocator.cpp Fix inconsistent class/struct usage 4 years ago
allocator.hpp Relicensed under the 3-clause BSD license 5 years ago
argon2.h use SSSE3 consistently as opposed to SSE3 5 years ago
argon2_avx2.c Optimized Argon2 (SSSE3/AVX2) 5 years ago
argon2_core.c Fix symbol collisions with blake2b (#145) 5 years ago
argon2_core.h Optimized Argon2 (SSSE3/AVX2) 5 years ago
argon2_ref.c Optimized Argon2 (SSSE3/AVX2) 5 years ago
argon2_ssse3.c use SSSE3 consistently as opposed to SSE3 5 years ago
assembly_generator_x86.cpp Refactoring (#95) 5 years ago
assembly_generator_x86.hpp Use 'dst' as the CBRANCH condition register 5 years ago
blake2_generator.cpp Refactoring (#95) 5 years ago
blake2_generator.hpp Refactoring (#95) 5 years ago
bytecode_machine.cpp Refactoring (#95) 5 years ago
bytecode_machine.hpp Regression tests (#73) 5 years ago
common.hpp JIT compiler for ARMv8 (#125) 5 years ago
configuration.h Increase the frequency of CBRANCH (#118) 5 years ago
cpu.cpp Merge remote-tracking branch 'upstream/master' 3 years ago
cpu.hpp Added Intel JCC bug detection 4 years ago
dataset.cpp Optimized Argon2 (SSSE3/AVX2) 5 years ago
dataset.hpp Fixes for cmake build with visual studio (#144) 4 years ago
instruction.cpp Code generator fixups 5 years ago
instruction.hpp Use strongly typed enums (#55) 5 years ago
instruction_weights.hpp Regression tests (#73) 5 years ago
instructions_portable.cpp fix test 92 not failing properly on GCC/amd64 4 years ago
intrin_portable.h fix test 92 not failing properly on GCC/amd64 4 years ago
jit_compiler.hpp Apple silicon: force W^X, enable hardware AES 3 years ago
jit_compiler_a64.cpp Fix illegal instruction crash on some ARM systems 3 years ago
jit_compiler_a64.hpp Fix inconsistent class/struct usage 4 years ago
jit_compiler_a64_static.S Optimized dataset read (#211) 3 years ago
jit_compiler_a64_static.hpp JIT compiler for ARMv8 (#125) 5 years ago
jit_compiler_fallback.hpp Fix inconsistent class/struct usage 4 years ago
jit_compiler_x86.cpp Merge remote-tracking branch 'upstream/master' 3 years ago
jit_compiler_x86.hpp Merge remote-tracking branch 'upstream/master' 4 years ago
jit_compiler_x86_static.S remove unnecessary first-load initialization code 3 years ago
jit_compiler_x86_static.asm remove unnecessary first-load initialization code 3 years ago
jit_compiler_x86_static.hpp remove unnecessary first-load initialization code 3 years ago
program.hpp Relicensed under the 3-clause BSD license 5 years ago
randomx.cpp Merge pull request #187 from tevador/pr-netbsd 4 years ago
randomx.h Preserve floating point state when calling randomx_calculate_hash 4 years ago
reciprocal.c Sanity checks (#88) 5 years ago
reciprocal.h Regression tests (#73) 5 years ago
soft_aes.cpp Relicensed under the 3-clause BSD license 5 years ago
soft_aes.h Relicensed under the 3-clause BSD license 5 years ago
superscalar.cpp Fix a possible out-of-bounds access in superscalar generator 5 years ago
superscalar.hpp Fix header dependency of superscalar_program.hpp 5 years ago
superscalar_program.hpp Sanity checks (#88) 5 years ago
virtual_machine.cpp Combined hash and fill AES loop (#166) 4 years ago
virtual_machine.hpp fix potential use-after-free when reallocating cache 4 years ago
virtual_memory.cpp Faster W^X policy for apple silicon macs 3 years ago
virtual_memory.hpp Optional W^X policy for JIT pages (#112) 5 years ago
vm_compiled.cpp JIT compiler for ARMv8 (#125) 5 years ago
vm_compiled.hpp Optional W^X policy for JIT pages (#112) 5 years ago
vm_compiled_light.cpp Optional W^X policy for JIT pages (#112) 5 years ago
vm_compiled_light.hpp Optional W^X policy for JIT pages (#112) 5 years ago
vm_interpreted.cpp Regression tests (#73) 5 years ago
vm_interpreted.hpp Regression tests (#73) 5 years ago
vm_interpreted_light.cpp Support Dataset size larger than 4 GiB 5 years ago
vm_interpreted_light.hpp Add Dataset prefetch in interpreted VM (#52) 5 years ago