RandomWOW/src
tevador 8298c9faf8 Much more detailed design description
Added runtime distribution test
Fixed inaccurate results of performance simulations
Program publicly accessible in randomx_vm class
2019-06-01 11:02:40 +02:00
..
asm Fix build on Cygwin/MinGW 2019-05-18 19:30:28 +02:00
blake2 Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
tests Much more detailed design description 2019-06-01 11:02:40 +02:00
aes_hash.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
aes_hash.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
allocator.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
allocator.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2_core.c Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2_core.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2_ref.c Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
assembly_generator_x86.cpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
assembly_generator_x86.hpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
blake2_generator.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
blake2_generator.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
common.hpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
configuration.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
dataset.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
dataset.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
instruction.cpp Much more detailed design description 2019-06-01 11:02:40 +02:00
instruction.hpp Much more detailed design description 2019-06-01 11:02:40 +02:00
instruction_weights.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
instructions_portable.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
intrin_portable.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
jit_compiler.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
jit_compiler_a64.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
jit_compiler_fallback.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
jit_compiler_x86.cpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
jit_compiler_x86.hpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
jit_compiler_x86_static.S Fix build on Cygwin/MinGW 2019-05-18 19:30:28 +02:00
jit_compiler_x86_static.asm Fix build on Cygwin/MinGW 2019-05-18 19:30:28 +02:00
jit_compiler_x86_static.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
program.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
randomx.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
randomx.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
reciprocal.c Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
reciprocal.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
soft_aes.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
soft_aes.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
superscalar.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
superscalar.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
superscalar_program.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
virtual_machine.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
virtual_machine.hpp Much more detailed design description 2019-06-01 11:02:40 +02:00
virtual_memory.cpp Fix build on Cygwin/MinGW 2019-05-18 19:30:28 +02:00
virtual_memory.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
vm_compiled.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
vm_compiled.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
vm_compiled_light.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
vm_compiled_light.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
vm_interpreted.cpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
vm_interpreted.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
vm_interpreted_light.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
vm_interpreted_light.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00