This website requires JavaScript.
Explore
Help
Sign In
DragonX
/
xmrig-hac
Archived
Watch
1
Star
0
Fork
0
You've already forked xmrig-hac
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
This repository has been archived on
2026-08-13
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2fe62a923eac0c593b9ecc1582b3dbb8d426d6b1
xmrig-hac
/
src
/
crypto
/
randomx
History
SChernykh
5282affd02
RandomX: tweaks for Zen5
2024-08-19 21:01:49 +02:00
..
asm
RandomX: fix broken light mode mining
2021-05-22 13:49:22 +02:00
blake2
RandomX: added Blake2 AVX2 version
2022-08-25 20:39:54 +02:00
aes_hash.cpp
RandomX: fixed undefined behavior
2023-05-23 14:40:12 +02:00
aes_hash.hpp
soft_aes: fix previous optimization
2020-10-04 14:47:58 +00:00
allocator.cpp
Memory allocation refactoring.
2019-12-08 23:17:39 +07:00
allocator.hpp
Added 1GB hugepages support for Linux
2019-12-05 19:39:47 +01:00
blake2_generator.cpp
RandomX: added performance profiler (for developers)
2020-09-12 23:07:52 +02:00
blake2_generator.hpp
Updated RandomX
2019-08-27 16:12:13 +02:00
bytecode_machine.cpp
RandomX refactoring, moved more stuff to compile time
2020-09-18 20:51:25 +02:00
bytecode_machine.hpp
Fixed GCC 12 warnings
2022-07-03 11:51:46 +02:00
common.hpp
Fixed compilation for ARM
2021-04-03 17:50:52 +02:00
configuration.h
Increase RANDOMX_PROGRAM_MAX_SIZE
2021-08-28 12:32:57 +07:00
dataset.cpp
Reduce JIT memory for ARM.
2020-12-15 02:52:38 +07:00
dataset.hpp
More static analysis fixes
2020-12-08 16:05:58 +01:00
instruction.hpp
Optimized RandomX JIT compiler
2019-08-27 20:18:56 +02:00
instructions_portable.cpp
Revert instructions_portable.cpp to avoid warning on gcc compilers.
2019-09-22 00:59:53 +07:00
intrin_portable.h
RandomX: optimized program generation
2023-05-21 17:44:20 +02:00
jit_compiler_a64_static.hpp
Added JIT compiler for RandomX on ARMv8
2019-09-21 10:10:52 +02:00
jit_compiler_a64_static.S
ARM64 JIT: don't use
x18
register
2023-10-19 17:45:15 +02:00
jit_compiler_a64.cpp
Fixed ARMv8 compilation
2024-08-02 17:51:08 +02:00
jit_compiler_a64.hpp
RandomX: correct memcpy size for JIT initialization
2024-04-14 09:13:00 +02:00
jit_compiler_fallback.cpp
Fixed unaligned memory read in DMI
2022-05-19 20:56:19 +02:00
jit_compiler_fallback.hpp
Added config option for AVX2 dataset init
2020-12-19 16:18:49 +01:00
jit_compiler_x86_static.asm
RandomX: rewrote dataset read code
2021-05-20 12:45:42 +02:00
jit_compiler_x86_static.hpp
RandomX: rewrote dataset read code
2021-05-20 12:45:42 +02:00
jit_compiler_x86_static.S
Slash and burn EOL whitespace everywhere
2021-11-27 17:59:40 -07:00
jit_compiler_x86.cpp
RandomX: tweaks for Zen5
2024-08-19 21:01:49 +02:00
jit_compiler_x86.hpp
RandomX: correct memcpy size for JIT initialization
2024-04-14 09:13:00 +02:00
jit_compiler.hpp
Fixed compilation for ARM
2021-04-03 17:50:52 +02:00
program.hpp
Resolved conflict between argon2 implementations.
2019-08-16 03:18:35 +07:00
randomx.cpp
finish updating for yadacoin
2024-08-01 00:01:09 -07:00
randomx.h
Fixed ARMv8 compilation
2024-08-02 17:51:08 +02:00
reciprocal.c
Resolved conflict between argon2 implementations.
2019-08-16 03:18:35 +07:00
reciprocal.h
Integrated RandomX, added RandomXL (Loki)
2019-07-01 20:11:51 +02:00
soft_aes.cpp
soft_aes: fix previous optimization
2020-10-04 14:47:58 +00:00
soft_aes.h
soft_aes: fix previous optimization
2020-10-04 14:47:58 +00:00
superscalar_program.hpp
More static analysis fixes
2020-12-08 16:05:58 +01:00
superscalar.cpp
Slash and burn EOL whitespace everywhere
2021-11-27 17:59:40 -07:00
superscalar.hpp
Fixed Debug build in Visual Studio
2020-10-27 14:08:36 +01:00
virtual_machine.cpp
Move Profiler and more cleanup.
2020-12-04 09:23:40 +07:00
virtual_machine.hpp
RandomX: returned old soft AES impl and auto-select between the two
2020-09-15 20:48:27 +02:00
virtual_memory.cpp
RandomX: added
huge-pages-jit
config parameter
2020-10-07 17:42:55 +02:00
virtual_memory.hpp
RandomX: added
huge-pages-jit
config parameter
2020-10-07 17:42:55 +02:00
vm_compiled_light.cpp
Fixed secure JIT on Linux and code cleanup.
2020-12-12 19:18:47 +07:00
vm_compiled_light.hpp
RandomX: returned old soft AES impl and auto-select between the two
2020-09-15 20:48:27 +02:00
vm_compiled.cpp
Fixed secure JIT on Linux and code cleanup.
2020-12-12 19:18:47 +07:00
vm_compiled.hpp
Added config option for AVX2 dataset init
2020-12-19 16:18:49 +01:00
vm_interpreted_light.cpp
RandomX: returned old soft AES impl and auto-select between the two
2020-09-15 20:48:27 +02:00
vm_interpreted_light.hpp
RandomX: returned old soft AES impl and auto-select between the two
2020-09-15 20:48:27 +02:00
vm_interpreted.cpp
Fixed GCC 12 warnings
2022-07-03 11:51:46 +02:00
vm_interpreted.hpp
RandomX: returned old soft AES impl and auto-select between the two
2020-09-15 20:48:27 +02:00