Commit graph

319 commits

Author SHA1 Message Date
tevador
d660798b9f
Fix cmake standalone build (#56) 2019-06-10 15:58:12 +02:00
tevador
0c5b666df4
Configuration guidelines (#59)
* added detailed guidelines for the selection of configuration values
* added additional compile-time checks to prevent bad configurations
* removed RANDOMX_SUPERSCALAR_MAX_SIZE parameter
2019-06-10 15:57:36 +02:00
tevador
37e9e77905
Link to OpenCL miner in readme 2019-06-07 13:05:58 +02:00
tevador
3322acd944
Clarification in readme
Some people thought that fast and light mode were different algorithms.
2019-06-05 15:22:35 +02:00
tevador
d6858e4fd4
Fixed a typo 2019-06-05 09:38:36 +02:00
tevador
e4b2270104
Merge pull request #47 from tevador/pr-doc
Documentation and tests
2019-06-01 11:14:13 +02:00
tevador
f7c99c5b58
Use 4 AES rounds for program generation (#46) 2019-06-01 11:13:30 +02:00
tevador
25337d3241
Merge pull request #48 from tevador/pr-ds4
Support Dataset size larger than 4 GiB
2019-06-01 11:12:27 +02:00
tevador
38d7ece828
Merge pull request #50 from tevador/pr-cmake
Enable c++11 in cmake
2019-06-01 11:11:59 +02:00
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
tevador
e9cf3e0894 Enable c++11 in cmake 2019-05-31 00:51:30 +02:00
tevador
bc2aae0f61 Support Dataset size larger than 4 GiB
Support arbitrary value of RANDOMX_DATASET_EXTRA_SIZE
2019-05-29 17:27:49 +02:00
tevador
378d5def38 Added performance simulation 2019-05-21 11:24:49 +02:00
tevador
8a5ead5ce3 Use 'dst' as the CBRANCH condition register
See issue #43
2019-05-21 08:37:36 +02:00
tevador
1276d67d2f Fix build on Cygwin/MinGW 2019-05-18 19:30:28 +02:00
tevador
2706a8b753 Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
tevador
c5c891ff8e Correctly call JitCompiler destructor
Fix cmake/ccache
2019-05-18 00:14:43 +02:00
tevador
ec29d5320d Enable position independent code 2019-05-17 11:35:08 +02:00
tevador
86949c8ce1
Merge pull request #40 from hyc/monero
Monero build integration
2019-05-17 10:03:05 +02:00
Howard Chu
3e0196088c Build under monero's cmake 2019-05-16 22:54:04 +01:00
Howard Chu
ab6076ae58 Avoid argon2 symbol clashes with libsodium 2019-05-16 22:49:44 +01:00
tevador
ac22aed121 Proper C declaration without parameters 2019-05-16 20:40:06 +02:00
tevador
1029098719 Updated documentation 2019-05-15 23:13:22 +02:00
tevador
42cb2fc852 Fixed non-x86 compilation 2019-05-15 22:35:45 +02:00
tevador
2b3a03a9dc Fixed FSCAL instruction causing group F registers to exceed their intended maximum value 2019-05-15 22:07:26 +02:00
tevador
2a04dfdd4f Fixed x87 math precision (i386 build) 2019-05-15 16:30:20 +02:00
tevador
177d2e7c98 Minor fixes in readme 2019-05-15 14:13:49 +02:00
tevador
afaeff6066 Fixed incorrect sqrt results on 32bit targets using x87 math
Cleaner implementation of FSWAP
2019-05-15 13:23:50 +02:00
tevador
1aa7865619 Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
tevador
3dd21ea93d Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
tevador
a560cec3e7 Clarifications/corrections in the specification/comments
Removed some unused code
2019-05-10 16:43:24 +02:00
tevador
3f7139d3aa Fixed a possibility of buffer overflow in Superscalar generator 2019-05-09 08:29:42 +02:00
tevador
ddb3aea562
Updated GPU mining section in readme 2019-05-08 10:38:52 +02:00
tevador
bdc593fd5c Merge branch 'master' of git@github.com:tevador/RandomX.git 2019-05-06 18:56:04 +02:00
tevador
a78429202b Query for LargePageMinimum on Windows 2019-05-06 18:18:52 +02:00
tevador
c1314dc2a2 Use values from configuration.h in assembly code 2019-05-06 18:14:00 +02:00
tevador
bfc97d5671
Fixed table formatting 2019-05-05 19:34:27 +02:00
tevador
03dd2f397f New sample program 2019-05-05 19:27:06 +02:00
tevador
4934bbf69d Updated documentation 2019-05-05 19:08:18 +02:00
tevador
40a08bb0c8 Fixed incorrect latency of mul_r in SuperscalarHash 2019-05-05 14:49:00 +02:00
tevador
a22e3b3cb0 30% faster JIT compiler 2019-05-04 19:40:25 +02:00
tevador
b1f1e1d6ad Fixed IMUL_RCP if divisor is a power of 2 2019-05-04 18:00:17 +02:00
tevador
197cd90e07 Updated readme 2019-05-03 22:09:52 +02:00
tevador
b62b1f8717 Added scratchpad entropy test 2019-05-03 16:57:33 +02:00
tevador
cb3d57376f Fixed API examples 2019-05-03 16:50:05 +02:00
tevador
1037cc0139 Removed some legacy code 2019-05-03 15:33:51 +02:00
tevador
9e5eac8645 Fixed a chance of CBRANCH looping
Fixed CBRANCH jump probability being lower than expected
2019-05-03 14:02:40 +02:00
tevador
5241cb902e Partially updated specification 2019-05-02 20:52:14 +02:00
tevador
01db567e9d Fixed an inconsistency in IADD_RS in SuperscalarHash 2019-05-01 14:46:51 +02:00
tevador
c87dcc8ae5 Cache seed renamed to key 2019-05-01 14:40:13 +02:00