Commit graph

20 commits

Author SHA1 Message Date
tevador
32d827d0a6 Interpreter with bytecode
Fixed some undefined behavior with signed types
Fixed different results on big endian systems
Removed unused code files
Restored FNEG_R instructions
Updated documentation
2019-02-09 15:45:26 +01:00
tevador
5bc26348f1 Updated readme with performance data
Added --help option
2018-12-23 18:02:17 +01:00
tevador
1db7dd6e8b Renamed immediate constants 2018-12-20 18:36:09 +01:00
tevador
4fc4b840f5 Updated documentation 2018-12-14 12:12:18 +01:00
tevador
f19995d4c5 ALU and FPU tests 2018-11-19 22:53:19 +01:00
tevador
ec2d378fce Updated specification 2018-11-18 11:38:33 +01:00
tevador
7e582c2815
Updated specification and instruction weights 2018-11-16 19:30:38 +01:00
tevador
8e565a4ce2 Merge branch 'master' of git@github.com:tevador/RandomX.git 2018-11-11 13:05:50 +01:00
tevador
8f3b145fe6 Added DRAM buffer option to rx2c 2018-11-11 13:05:34 +01:00
tevador
e018624f87
Table formatting 2018-11-10 22:35:24 +01:00
tevador
2ea440d0f5 New instruction encoding 2018-11-10 22:25:51 +01:00
tevador
3b2cb9b8c7 Merge branch 'master' of git@github.com:tevador/RandomX.git 2018-11-09 21:06:59 +01:00
tevador
cf59ced795 RandomX C generator
Updated specification
2018-11-09 21:05:45 +01:00
tevador
132529dbf9
Formatting 2018-11-05 18:31:24 +01:00
tevador
880f728ca7 Updated specs 2018-11-05 18:27:48 +01:00
tevador
5114d6b5fe Updated specification 2018-11-04 19:42:19 +01:00
tevador
7cb8825cb7
Formatting 2018-11-02 17:43:21 +01:00
tevador
3639a5e08d Updated specs: cache, FP rounding 2018-11-02 17:39:28 +01:00
tevador
07a8318a45
Initial draft of RandomX 2018-11-01 00:46:39 +01:00
tevador
a0abe8b44c
Initial commit 2018-11-01 00:34:52 +01:00