| .. |
|
asm
|
93fec18991
Optimized loading from scratchpad
|
7 years ago |
|
blake2
|
eda3603bf3
Undefine _mm_roti_epi64 if defined
|
7 years ago |
|
tests
|
b53f0ed145
Benchmark v1.1.4
|
7 years ago |
|
aes_hash.cpp
|
971f10c9c2
Changes recommended by Quarkslab (#111)
|
7 years ago |
|
aes_hash.hpp
|
f7c99c5b58
Use 4 AES rounds for program generation (#46)
|
7 years ago |
|
allocator.cpp
|
2706a8b753
Relicensed under the 3-clause BSD license
|
7 years ago |
|
allocator.hpp
|
2706a8b753
Relicensed under the 3-clause BSD license
|
7 years ago |
|
argon2.h
|
cce53cb582
use SSSE3 consistently as opposed to SSE3
|
7 years ago |
|
argon2_avx2.c
|
900a936816
Optimized Argon2 (SSSE3/AVX2)
|
7 years ago |
|
argon2_core.c
|
900a936816
Optimized Argon2 (SSSE3/AVX2)
|
7 years ago |
|
argon2_core.h
|
900a936816
Optimized Argon2 (SSSE3/AVX2)
|
7 years ago |
|
argon2_ref.c
|
900a936816
Optimized Argon2 (SSSE3/AVX2)
|
7 years ago |
|
argon2_ssse3.c
|
cce53cb582
use SSSE3 consistently as opposed to SSE3
|
7 years ago |
|
assembly_generator_x86.cpp
|
89aba80925
Refactoring (#95)
|
7 years ago |
|
assembly_generator_x86.hpp
|
8a5ead5ce3
Use 'dst' as the CBRANCH condition register
|
7 years ago |
|
blake2_generator.cpp
|
89aba80925
Refactoring (#95)
|
7 years ago |
|
blake2_generator.hpp
|
89aba80925
Refactoring (#95)
|
7 years ago |
|
bytecode_machine.cpp
|
89aba80925
Refactoring (#95)
|
7 years ago |
|
bytecode_machine.hpp
|
07293a9378
Regression tests (#73)
|
7 years ago |
|
common.hpp
|
c6468a3816
JIT compiler for ARMv8 (#125)
|
7 years ago |
|
configuration.h
|
22689eda49
Increase the frequency of CBRANCH (#118)
|
7 years ago |
|
cpu.cpp
|
e0484dfb99
Automatic detection of CPU capabilities
|
7 years ago |
|
cpu.hpp
|
e0484dfb99
Automatic detection of CPU capabilities
|
7 years ago |
|
dataset.cpp
|
900a936816
Optimized Argon2 (SSSE3/AVX2)
|
7 years ago |
|
dataset.hpp
|
fc892fc5c0
Select AVX2 if both AVX2 and SSSE3 flags are set
|
7 years ago |
|
instruction.cpp
|
e6ba0a1b7d
Code generator fixups
|
7 years ago |
|
instruction.hpp
|
447634f51d
Use strongly typed enums (#55)
|
7 years ago |
|
instruction_weights.hpp
|
07293a9378
Regression tests (#73)
|
7 years ago |
|
instructions_portable.cpp
|
1694aa825d
Fix for win32 build with gcc
|
7 years ago |
|
intrin_portable.h
|
abf2a5034e
Make sure AES code is present when setting RANDOMX_FLAG_HARD_AES
|
7 years ago |
|
jit_compiler.hpp
|
2706a8b753
Relicensed under the 3-clause BSD license
|
7 years ago |
|
jit_compiler_a64.cpp
|
c6468a3816
JIT compiler for ARMv8 (#125)
|
7 years ago |
|
jit_compiler_a64.hpp
|
c6468a3816
JIT compiler for ARMv8 (#125)
|
7 years ago |
|
jit_compiler_a64_static.S
|
9a5d504bb3
Fix alignment for ARMv8 code
|
7 years ago |
|
jit_compiler_a64_static.hpp
|
c6468a3816
JIT compiler for ARMv8 (#125)
|
7 years ago |
|
jit_compiler_fallback.hpp
|
f1ff014bca
Fix JIT fallback
|
7 years ago |
|
jit_compiler_x86.cpp
|
93fec18991
Optimized loading from scratchpad
|
7 years ago |
|
jit_compiler_x86.hpp
|
93fec18991
Optimized loading from scratchpad
|
7 years ago |
|
jit_compiler_x86_static.S
|
93fec18991
Optimized loading from scratchpad
|
7 years ago |
|
jit_compiler_x86_static.asm
|
93fec18991
Optimized loading from scratchpad
|
7 years ago |
|
jit_compiler_x86_static.hpp
|
93fec18991
Optimized loading from scratchpad
|
7 years ago |
|
program.hpp
|
2706a8b753
Relicensed under the 3-clause BSD license
|
7 years ago |
|
randomx.cpp
|
4296c35d79
switch on int
|
7 years ago |
|
randomx.h
|
e0484dfb99
Automatic detection of CPU capabilities
|
7 years ago |
|
reciprocal.c
|
aaa6e4e881
Sanity checks (#88)
|
7 years ago |
|
reciprocal.h
|
07293a9378
Regression tests (#73)
|
7 years ago |
|
soft_aes.cpp
|
2706a8b753
Relicensed under the 3-clause BSD license
|
7 years ago |
|
soft_aes.h
|
2706a8b753
Relicensed under the 3-clause BSD license
|
7 years ago |
|
superscalar.cpp
|
be810aca0a
Fix a possible out-of-bounds access in superscalar generator
|
7 years ago |
|
superscalar.hpp
|
1f62d787ad
Fix header dependency of superscalar_program.hpp
|
7 years ago |
|
superscalar_program.hpp
|
aaa6e4e881
Sanity checks (#88)
|
7 years ago |
|
virtual_machine.cpp
|
f7c99c5b58
Use 4 AES rounds for program generation (#46)
|
7 years ago |
|
virtual_machine.hpp
|
01648b3bd6
Remember cache input data (#133)
|
7 years ago |
|
virtual_memory.cpp
|
f3ded36061
Fixed mmap on OpenBSD
|
7 years ago |
|
virtual_memory.hpp
|
67010ab554
Optional W^X policy for JIT pages (#112)
|
7 years ago |
|
vm_compiled.cpp
|
c6468a3816
JIT compiler for ARMv8 (#125)
|
7 years ago |
|
vm_compiled.hpp
|
67010ab554
Optional W^X policy for JIT pages (#112)
|
7 years ago |
|
vm_compiled_light.cpp
|
67010ab554
Optional W^X policy for JIT pages (#112)
|
7 years ago |
|
vm_compiled_light.hpp
|
67010ab554
Optional W^X policy for JIT pages (#112)
|
7 years ago |
|
vm_interpreted.cpp
|
07293a9378
Regression tests (#73)
|
7 years ago |
|
vm_interpreted.hpp
|
07293a9378
Regression tests (#73)
|
7 years ago |
|
vm_interpreted_light.cpp
|
bc2aae0f61
Support Dataset size larger than 4 GiB
|
7 years ago |
|
vm_interpreted_light.hpp
|
52aa36249e
Add Dataset prefetch in interpreted VM (#52)
|
7 years ago |