hyc 9efc398c19 Merge pull request #227 from selsta/randomx-benchmark 4 年 前
..
asm 3c8c7ee097 Optimized dataset read (#211) 5 年 前
blake2 7567cef4c6 Fix symbol collisions with blake2b (#145) 6 年 前
tests 85a4032f34 RandomX benchmark 1.1.11 4 年 前
aes_hash.cpp 219c02e1e5 Combined hash and fill AES loop (#166) 6 年 前
aes_hash.hpp 219c02e1e5 Combined hash and fill AES loop (#166) 6 年 前
allocator.cpp 57545d1c53 Fix inconsistent class/struct usage 6 年 前
allocator.hpp 2706a8b753 Relicensed under the 3-clause BSD license 7 年 前
argon2.h cce53cb582 use SSSE3 consistently as opposed to SSE3 7 年 前
argon2_avx2.c 900a936816 Optimized Argon2 (SSSE3/AVX2) 7 年 前
argon2_core.c 7567cef4c6 Fix symbol collisions with blake2b (#145) 6 年 前
argon2_core.h 900a936816 Optimized Argon2 (SSSE3/AVX2) 7 年 前
argon2_ref.c 900a936816 Optimized Argon2 (SSSE3/AVX2) 7 年 前
argon2_ssse3.c cce53cb582 use SSSE3 consistently as opposed to SSE3 7 年 前
assembly_generator_x86.cpp 89aba80925 Refactoring (#95) 7 年 前
assembly_generator_x86.hpp 8a5ead5ce3 Use 'dst' as the CBRANCH condition register 7 年 前
blake2_generator.cpp 89aba80925 Refactoring (#95) 7 年 前
blake2_generator.hpp 89aba80925 Refactoring (#95) 7 年 前
bytecode_machine.cpp 89aba80925 Refactoring (#95) 7 年 前
bytecode_machine.hpp 07293a9378 Regression tests (#73) 7 年 前
common.hpp c6468a3816 JIT compiler for ARMv8 (#125) 7 年 前
configuration.h 22689eda49 Increase the frequency of CBRANCH (#118) 7 年 前
cpu.cpp 59c981cc5d Merge pull request #192 from xiphon/fix-mingw-5.3-cross-compilation 4 年 前
cpu.hpp e0484dfb99 Automatic detection of CPU capabilities 7 年 前
dataset.cpp 900a936816 Optimized Argon2 (SSSE3/AVX2) 7 年 前
dataset.hpp 01914b49cd Fixes for cmake build with visual studio (#144) 6 年 前
instruction.cpp e6ba0a1b7d Code generator fixups 7 年 前
instruction.hpp 447634f51d Use strongly typed enums (#55) 7 年 前
instruction_weights.hpp 07293a9378 Regression tests (#73) 7 年 前
instructions_portable.cpp 148b923f71 fix test 92 not failing properly on GCC/amd64 6 年 前
intrin_portable.h 148b923f71 fix test 92 not failing properly on GCC/amd64 6 年 前
jit_compiler.hpp a38ce601fd Apple silicon: force W^X, enable hardware AES 5 年 前
jit_compiler_a64.cpp 2ba7df2844 Fix illegal instruction crash on some ARM systems 5 年 前
jit_compiler_a64.hpp 57545d1c53 Fix inconsistent class/struct usage 6 年 前
jit_compiler_a64_static.S 088c36fea0 Fix absolute address references 4 年 前
jit_compiler_a64_static.hpp c6468a3816 JIT compiler for ARMv8 (#125) 7 年 前
jit_compiler_fallback.hpp 57545d1c53 Fix inconsistent class/struct usage 6 年 前
jit_compiler_x86.cpp bbc9ccc90b Fixed a crash in MSVC Debug and RelWithDebInfo builds 4 年 前
jit_compiler_x86.hpp 57545d1c53 Fix inconsistent class/struct usage 6 年 前
jit_compiler_x86_static.S 088c36fea0 Fix absolute address references 4 年 前
jit_compiler_x86_static.asm 088c36fea0 Fix absolute address references 4 年 前
jit_compiler_x86_static.hpp 529b933fcf remove unnecessary first-load initialization code 5 年 前
program.hpp 2706a8b753 Relicensed under the 3-clause BSD license 7 年 前
randomx.cpp a1c08a2f41 Merge pull request #187 from tevador/pr-netbsd 6 年 前
randomx.h 6a764e90d0 Preserve floating point state when calling randomx_calculate_hash 6 年 前
reciprocal.c aaa6e4e881 Sanity checks (#88) 7 年 前
reciprocal.h 07293a9378 Regression tests (#73) 7 年 前
soft_aes.cpp 2706a8b753 Relicensed under the 3-clause BSD license 7 年 前
soft_aes.h 2706a8b753 Relicensed under the 3-clause BSD license 7 年 前
superscalar.cpp be810aca0a Fix a possible out-of-bounds access in superscalar generator 7 年 前
superscalar.hpp 1f62d787ad Fix header dependency of superscalar_program.hpp 7 年 前
superscalar_program.hpp aaa6e4e881 Sanity checks (#88) 7 年 前
virtual_machine.cpp 219c02e1e5 Combined hash and fill AES loop (#166) 6 年 前
virtual_machine.hpp 32ab5dea54 fix potential use-after-free when reallocating cache 6 年 前
virtual_memory.cpp 4d8ef87936 pageProtect when missing pthread_jit_write_protect_np 4 年 前
virtual_memory.hpp 67010ab554 Optional W^X policy for JIT pages (#112) 7 年 前
vm_compiled.cpp c6468a3816 JIT compiler for ARMv8 (#125) 7 年 前
vm_compiled.hpp 67010ab554 Optional W^X policy for JIT pages (#112) 7 年 前
vm_compiled_light.cpp 67010ab554 Optional W^X policy for JIT pages (#112) 7 年 前
vm_compiled_light.hpp 67010ab554 Optional W^X policy for JIT pages (#112) 7 年 前
vm_interpreted.cpp 07293a9378 Regression tests (#73) 7 年 前
vm_interpreted.hpp 07293a9378 Regression tests (#73) 7 年 前
vm_interpreted_light.cpp bc2aae0f61 Support Dataset size larger than 4 GiB 7 年 前
vm_interpreted_light.hpp 52aa36249e Add Dataset prefetch in interpreted VM (#52) 7 年 前