Hush fork of xmrig
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.
 
 
 
 
SChernykh 63e21dfe63 RandomX: added Blake2 AVX2 version 2 years ago
..
asm RandomX: fix broken light mode mining 3 years ago
blake2 RandomX: added Blake2 AVX2 version 2 years ago
aes_hash.cpp Refactored Chrono::highResolutionMSecs() 3 years ago
aes_hash.hpp soft_aes: fix previous optimization 4 years ago
allocator.cpp Memory allocation refactoring. 5 years ago
allocator.hpp Added 1GB hugepages support for Linux 5 years ago
blake2_generator.cpp RandomX: added performance profiler (for developers) 4 years ago
blake2_generator.hpp Updated RandomX 5 years ago
bytecode_machine.cpp RandomX refactoring, moved more stuff to compile time 4 years ago
bytecode_machine.hpp Fixed GCC 12 warnings 2 years ago
common.hpp Fixed compilation for ARM 3 years ago
configuration.h Increase RANDOMX_PROGRAM_MAX_SIZE 3 years ago
dataset.cpp Reduce JIT memory for ARM. 4 years ago
dataset.hpp More static analysis fixes 4 years ago
instruction.hpp Optimized RandomX JIT compiler 5 years ago
instructions_portable.cpp Revert instructions_portable.cpp to avoid warning on gcc compilers. 5 years ago
intrin_portable.h Fix compile warning 4 years ago
jit_compiler.hpp Fixed compilation for ARM 3 years ago
jit_compiler_a64.cpp Update jit_compiler_a64.cpp 3 years ago
jit_compiler_a64.hpp Added config option for AVX2 dataset init 4 years ago
jit_compiler_a64_static.S RandomX ARMv8: optimized dataset read 3 years ago
jit_compiler_a64_static.hpp Added JIT compiler for RandomX on ARMv8 5 years ago
jit_compiler_fallback.cpp Fixed unaligned memory read in DMI 2 years ago
jit_compiler_fallback.hpp Added config option for AVX2 dataset init 4 years ago
jit_compiler_x86.cpp RandomX: added Blake2 AVX2 version 2 years ago
jit_compiler_x86.hpp Enabled IMUL_RCP optimization for light mode mining 3 years ago
jit_compiler_x86_static.S Slash and burn EOL whitespace everywhere 3 years ago
jit_compiler_x86_static.asm RandomX: rewrote dataset read code 3 years ago
jit_compiler_x86_static.hpp RandomX: rewrote dataset read code 3 years ago
program.hpp Resolved conflict between argon2 implementations. 5 years ago
randomx.cpp Compilationn fixes 3 years ago
randomx.h Fixup RandomX naming consistency 3 years ago
reciprocal.c Resolved conflict between argon2 implementations. 5 years ago
reciprocal.h Integrated RandomX, added RandomXL (Loki) 5 years ago
soft_aes.cpp soft_aes: fix previous optimization 4 years ago
soft_aes.h soft_aes: fix previous optimization 4 years ago
superscalar.cpp Slash and burn EOL whitespace everywhere 3 years ago
superscalar.hpp Fixed Debug build in Visual Studio 4 years ago
superscalar_program.hpp More static analysis fixes 4 years ago
virtual_machine.cpp Move Profiler and more cleanup. 4 years ago
virtual_machine.hpp RandomX: returned old soft AES impl and auto-select between the two 4 years ago
virtual_memory.cpp RandomX: added `huge-pages-jit` config parameter 4 years ago
virtual_memory.hpp RandomX: added `huge-pages-jit` config parameter 4 years ago
vm_compiled.cpp Fixed secure JIT on Linux and code cleanup. 4 years ago
vm_compiled.hpp Added config option for AVX2 dataset init 4 years ago
vm_compiled_light.cpp Fixed secure JIT on Linux and code cleanup. 4 years ago
vm_compiled_light.hpp RandomX: returned old soft AES impl and auto-select between the two 4 years ago
vm_interpreted.cpp Fixed GCC 12 warnings 2 years ago
vm_interpreted.hpp RandomX: returned old soft AES impl and auto-select between the two 4 years ago
vm_interpreted_light.cpp RandomX: returned old soft AES impl and auto-select between the two 4 years ago
vm_interpreted_light.hpp RandomX: returned old soft AES impl and auto-select between the two 4 years ago