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 aaa6e4e881
Sanity checks (#88)
5 years ago
..
asm Decrease the frequency of FADD/FSUB in favor of FMUL (#77) 5 years ago
blake2 Relicensed under the 3-clause BSD license 5 years ago
tests Sanity checks (#88) 5 years ago
aes_hash.cpp Different round keys for columns 0,1 and 2,3 in AesGenerator4R (#76) 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 Fix: possible overflow when using non-standard Dataset size (#87) 5 years ago
configuration.h Decrease the frequency of FADD/FSUB in favor of FMUL (#77) 5 years ago
dataset.cpp Use strongly typed enums (#55) 5 years ago
dataset.hpp Sanity checks (#88) 5 years ago
instruction.cpp Code generator fixups 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 Fix undefined behavior in rotr/rotl (#86) 5 years ago
intrin_portable.h Use cmake for building (#90) 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 Sanity checks (#88) 5 years ago
randomx.h Support building a shared library (#53) 5 years ago
reciprocal.c Sanity checks (#88) 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 Fix header dependency of superscalar_program.hpp 5 years ago
superscalar_program.hpp Sanity checks (#88) 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 Large page support for FreeBSD (#74) 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