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.
RandomWOW/src
tevador 07293a9378
Regression tests (#73)
5 years ago
..
asm Configuration guidelines (#59) 5 years ago
blake2 Relicensed under the 3-clause BSD license 5 years ago
tests Regression tests (#73) 5 years ago
aes_hash.cpp Use 4 AES rounds for program generation (#46) 5 years ago
aes_hash.hpp Use 4 AES rounds for program generation (#46) 5 years ago
allocator.cpp Relicensed under the 3-clause BSD license 5 years ago
allocator.hpp Relicensed under the 3-clause BSD license 5 years ago
argon2.h Relicensed under the 3-clause BSD license 5 years ago
argon2_core.c Relicensed under the 3-clause BSD license 5 years ago
argon2_core.h Relicensed under the 3-clause BSD license 5 years ago
argon2_ref.c Relicensed under the 3-clause BSD license 5 years ago
assembly_generator_x86.cpp Use strongly typed enums (#55) 5 years ago
assembly_generator_x86.hpp Use 'dst' as the CBRANCH condition register 5 years ago
blake2_generator.cpp Relicensed under the 3-clause BSD license 5 years ago
blake2_generator.hpp Relicensed under the 3-clause BSD license 5 years ago
bytecode_machine.cpp Regression tests (#73) 5 years ago
bytecode_machine.hpp Regression tests (#73) 5 years ago
common.hpp Regression tests (#73) 5 years ago
configuration.h Configuration guidelines (#59) 5 years ago
dataset.cpp Use strongly typed enums (#55) 5 years ago
dataset.hpp Relicensed under the 3-clause BSD license 5 years ago
instruction.cpp Much more detailed design description 5 years ago
instruction.hpp Use strongly typed enums (#55) 5 years ago
instruction_weights.hpp Regression tests (#73) 5 years ago
instructions_portable.cpp Regression tests (#73) 5 years ago
intrin_portable.h POWER7+ VSX support plus AES hardware support for POWER8 and newer. (#41) 5 years ago
jit_compiler.hpp Relicensed under the 3-clause BSD license 5 years ago
jit_compiler_a64.hpp Relicensed under the 3-clause BSD license 5 years ago
jit_compiler_fallback.hpp Relicensed under the 3-clause BSD license 5 years ago
jit_compiler_x86.cpp Use strongly typed enums (#55) 5 years ago
jit_compiler_x86.hpp Use 'dst' as the CBRANCH condition register 5 years ago
jit_compiler_x86_static.S Fix Windows detection (#58) 5 years ago
jit_compiler_x86_static.asm Fix build on Cygwin/MinGW 5 years ago
jit_compiler_x86_static.hpp Relicensed under the 3-clause BSD license 5 years ago
program.hpp Relicensed under the 3-clause BSD license 5 years ago
randomx.cpp Relicensed under the 3-clause BSD license 5 years ago
randomx.h Support building a shared library (#53) 5 years ago
reciprocal.c Regression tests (#73) 5 years ago
reciprocal.h Regression tests (#73) 5 years ago
soft_aes.cpp Relicensed under the 3-clause BSD license 5 years ago
soft_aes.h Relicensed under the 3-clause BSD license 5 years ago
superscalar.cpp Use strongly typed enums (#55) 5 years ago
superscalar.hpp Use strongly typed enums (#55) 5 years ago
superscalar_program.hpp Regression tests (#73) 5 years ago
virtual_machine.cpp Use 4 AES rounds for program generation (#46) 5 years ago
virtual_machine.hpp Merge pull request #47 from tevador/pr-doc 5 years ago
virtual_memory.cpp Fix build on Cygwin/MinGW 5 years ago
virtual_memory.hpp Relicensed under the 3-clause BSD license 5 years ago
vm_compiled.cpp Relicensed under the 3-clause BSD license 5 years ago
vm_compiled.hpp Relicensed under the 3-clause BSD license 5 years ago
vm_compiled_light.cpp Relicensed under the 3-clause BSD license 5 years ago
vm_compiled_light.hpp Relicensed under the 3-clause BSD license 5 years ago
vm_interpreted.cpp Regression tests (#73) 5 years ago
vm_interpreted.hpp Regression tests (#73) 5 years ago
vm_interpreted_light.cpp Support Dataset size larger than 4 GiB 5 years ago
vm_interpreted_light.hpp Add Dataset prefetch in interpreted VM (#52) 5 years ago