RandomWOW/src
tevador 2bb42637fd Epoch increased to 2048 blocks 2019-03-22 14:03:13 +01:00
..
asm Reduced Dataset size to 2 GiB with 8 memory accesses per block 2019-03-22 12:53:16 +01:00
blake2 Interpreter with bytecode 2019-02-09 15:45:26 +01:00
AssemblyGeneratorX86.cpp Added branches - ASM and JIT only 2019-03-17 23:09:11 +01:00
AssemblyGeneratorX86.hpp Added branches - ASM and JIT only 2019-03-17 23:09:11 +01:00
Cache.cpp Implemented Dataset size increase per epoch 2019-03-10 23:14:03 +01:00
Cache.hpp Implemented Dataset size increase per epoch 2019-03-10 23:14:03 +01:00
CompiledLightVirtualMachine.cpp CompiledLightVirtualMachine 2019-03-21 20:44:59 +01:00
CompiledLightVirtualMachine.hpp CompiledLightVirtualMachine 2019-03-21 20:44:59 +01:00
CompiledVirtualMachine.cpp Implemented Dataset size increase per epoch 2019-03-10 23:14:03 +01:00
CompiledVirtualMachine.hpp CompiledLightVirtualMachine 2019-03-21 20:44:59 +01:00
Instruction.cpp Implemented branches in the interpreter 2019-03-20 23:38:37 +01:00
Instruction.hpp Fixed non-portable deserialization 2019-03-11 23:04:34 +01:00
InterpretedVirtualMachine.cpp Reduced Dataset size to 2 GiB with 8 memory accesses per block 2019-03-22 12:53:16 +01:00
InterpretedVirtualMachine.hpp Fixed stats compilation 2019-03-21 09:17:28 +01:00
JitCompilerX86-static.S Light JIT compiler - Linux 2019-03-22 11:00:21 +01:00
JitCompilerX86-static.asm CompiledLightVirtualMachine 2019-03-21 20:44:59 +01:00
JitCompilerX86-static.hpp CompiledLightVirtualMachine 2019-03-21 20:44:59 +01:00
JitCompilerX86.cpp Reduced Dataset size to 2 GiB with 8 memory accesses per block 2019-03-22 12:53:16 +01:00
JitCompilerX86.hpp Merge branch 'feature/branches' into dev 2019-03-22 11:53:48 +01:00
LightClientAsyncWorker.cpp initBlock: cycle columns, asm implementation 2019-03-15 18:00:51 +01:00
LightClientAsyncWorker.hpp Implemented Dataset size increase per epoch 2019-03-10 23:14:03 +01:00
Program.cpp Configurable parameters separated into configuration.h 2019-03-08 15:34:34 +01:00
Program.hpp Fixed non-portable deserialization 2019-03-11 23:04:34 +01:00
Stopwatch.hpp Large page support for cache 2019-01-18 17:57:47 +01:00
TestAluFpu.cpp Vector FPU instructions 2018-12-31 19:06:45 +01:00
VirtualMachine.cpp Implemented Dataset size increase per epoch 2019-03-10 23:14:03 +01:00
VirtualMachine.hpp Implemented Dataset size increase per epoch 2019-03-10 23:14:03 +01:00
argon2.h RandomX portable interpreter 2018-12-11 21:00:30 +01:00
argon2_core.c Support for multiple threads 2018-12-19 21:54:44 +01:00
argon2_core.h Support for multiple threads 2018-12-19 21:54:44 +01:00
argon2_ref.c RandomX portable interpreter 2018-12-11 21:00:30 +01:00
catch.hpp RandomX portable interpreter 2018-12-11 21:00:30 +01:00
common.hpp Implemented Dataset size increase per epoch 2019-03-10 23:14:03 +01:00
configuration.h Epoch increased to 2048 blocks 2019-03-22 14:03:13 +01:00
dataset.cpp initBlock asm version (disabled) 2019-03-17 00:57:48 +01:00
dataset.hpp initBlock asm version (disabled) 2019-03-17 00:57:48 +01:00
executeProgram-win64.asm Updated JIT compiler and assembly generator for new int -> float conversion 2019-02-24 17:24:06 +01:00
hashAes1Rx4.cpp Updated constants according to the specs 2019-03-16 00:10:09 +01:00
hashAes1Rx4.hpp Added ISWAP instruction 2019-02-04 17:07:00 +01:00
instructionWeights.hpp Added branches - ASM and JIT only 2019-03-17 23:09:11 +01:00
instructionsPortable.cpp Interpreter with bytecode 2019-02-09 15:45:26 +01:00
instructionsX64.asm RandomX portable interpreter 2018-12-11 21:00:30 +01:00
intrinPortable.h Reworked conversion int -> float for register group E 2019-02-24 14:48:07 +01:00
main.cpp Reduced Dataset size to 2 GiB with 8 memory accesses per block 2019-03-22 12:53:16 +01:00
program.inc Implemented branches in the interpreter 2019-03-20 23:38:37 +01:00
reciprocal.c Replaced division instructions with IMUL_RCP 2019-02-22 17:48:26 +01:00
reciprocal.h Replaced division instructions with IMUL_RCP 2019-02-22 17:48:26 +01:00
softAes.cpp Fixed softAes compilation on PowerPC 2019-02-25 13:17:26 +01:00
softAes.h Scratchpad size increased to 1 MiB 2019-01-18 23:51:18 +01:00
squareHash.S Fixed squareHash reference 2019-03-20 00:36:12 +01:00
squareHash.asm initBlock asm version (disabled) 2019-03-17 00:57:48 +01:00
squareHash.h Minor fixes for non-x86 platforms 2019-03-22 12:03:39 +01:00
virtualMemory.cpp Implemented virtual memory free 2019-03-08 11:46:03 +01:00
virtualMemory.hpp Implemented virtual memory free 2019-03-08 11:46:03 +01:00