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 102f8acf90
bump benchmark version to 1.2.1
6 months ago
..
asm Optimized dataset read (#211) 3 years ago
blake2 Fix symbol collisions with blake2b (#145) 5 years ago
tests bump benchmark version to 1.2.1 6 months 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 Don't use exceptions in low-level mem allocator 2 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 Optimized randomx_reciprocal 6 months 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 Optimized randomx_reciprocal 6 months ago
bytecode_machine.hpp Regression tests (#73) 5 years ago
common.hpp JIT compiler for RISC-V 7 months ago
configuration.h Increase the frequency of CBRANCH (#118) 5 years ago
cpu.cpp Merge pull request #192 from xiphon/fix-mingw-5.3-cross-compilation 3 years ago
cpu.hpp Automatic detection of CPU capabilities 5 years ago
dataset.cpp Don't use exceptions in low-level mem allocator 2 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 Fixed casts from const to non-const pointers 7 months ago
jit_compiler.hpp JIT compiler for RISC-V 7 months ago
jit_compiler_a64.cpp Optimized randomx_reciprocal 6 months ago
jit_compiler_a64.hpp Fixed UB in ARM64 JIT compiler 6 months ago
jit_compiler_a64_static.S ARM64 JIT: don't use `x18` register 6 months 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_rv64.cpp Optimized randomx_reciprocal 6 months ago
jit_compiler_rv64.hpp JIT compiler for RISC-V 7 months ago
jit_compiler_rv64_static.S Avoid `zext.b` 6 months ago
jit_compiler_rv64_static.hpp JIT compiler for RISC-V 7 months ago
jit_compiler_x86.cpp Optimized randomx_reciprocal 6 months ago
jit_compiler_x86.hpp Fix inconsistent class/struct usage 4 years ago
jit_compiler_x86_static.S Fix absolute address references 3 years ago
jit_compiler_x86_static.asm Fix absolute address references 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 branch 'master' into pr-randomx-v2 8 months ago
randomx.h rename 'hash v2' to 'commitment' 8 months ago
reciprocal.c Optimized randomx_reciprocal 6 months ago
reciprocal.h Optimized randomx_reciprocal 6 months 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.c Invalidate CPU I-cache on Apple Silicon 1 year ago
virtual_memory.h Don't use exceptions in low-level mem allocator 2 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