Commit Graph

402 Commits (master)
 

Author SHA1 Message Date
tevador ec29d5320d Enable position independent code
5 years ago
tevador 86949c8ce1
Merge pull request #40 from hyc/monero
5 years ago
Howard Chu 3e0196088c Build under monero's cmake
5 years ago
Howard Chu ab6076ae58 Avoid argon2 symbol clashes with libsodium
5 years ago
tevador ac22aed121 Proper C declaration without parameters
5 years ago
tevador 1029098719 Updated documentation
5 years ago
tevador 42cb2fc852 Fixed non-x86 compilation
5 years ago
tevador 2b3a03a9dc Fixed FSCAL instruction causing group F registers to exceed their intended maximum value
5 years ago
tevador 2a04dfdd4f Fixed x87 math precision (i386 build)
5 years ago
tevador 177d2e7c98 Minor fixes in readme
5 years ago
tevador afaeff6066 Fixed incorrect sqrt results on 32bit targets using x87 math
5 years ago
tevador 1aa7865619 Abstracted away from x86 intrinsics
5 years ago
tevador 3dd21ea93d Prepare for JIT compiler support for other platforms
5 years ago
tevador a560cec3e7 Clarifications/corrections in the specification/comments
5 years ago
tevador 3f7139d3aa Fixed a possibility of buffer overflow in Superscalar generator
5 years ago
tevador ddb3aea562
Updated GPU mining section in readme
5 years ago
tevador bdc593fd5c Merge branch 'master' of git@github.com:tevador/RandomX.git
5 years ago
tevador a78429202b Query for LargePageMinimum on Windows
5 years ago
tevador c1314dc2a2 Use values from configuration.h in assembly code
5 years ago
tevador bfc97d5671
Fixed table formatting
5 years ago
tevador 03dd2f397f New sample program
5 years ago
tevador 4934bbf69d Updated documentation
5 years ago
tevador 40a08bb0c8 Fixed incorrect latency of mul_r in SuperscalarHash
5 years ago
tevador a22e3b3cb0 30% faster JIT compiler
5 years ago
tevador b1f1e1d6ad Fixed IMUL_RCP if divisor is a power of 2
5 years ago
tevador 197cd90e07 Updated readme
5 years ago
tevador b62b1f8717 Added scratchpad entropy test
5 years ago
tevador cb3d57376f Fixed API examples
5 years ago
tevador 1037cc0139 Removed some legacy code
5 years ago
tevador 9e5eac8645 Fixed a chance of CBRANCH looping
5 years ago
tevador 5241cb902e Partially updated specification
5 years ago
tevador 01db567e9d Fixed an inconsistency in IADD_RS in SuperscalarHash
5 years ago
tevador c87dcc8ae5 Cache seed renamed to key
5 years ago
tevador 1a4bde36be Fixed a missing header dependency
5 years ago
tevador 60d1fa2407 Updated sample program
5 years ago
tevador ca96270509 Group E exponent changed from a static value (-240) to dynamic
5 years ago
tevador be21ba767c Doubled the frequency of CBRANCH, halved the jumping probability
5 years ago
tevador 3cf6a30076 Fixed biased condition register selection
5 years ago
tevador 5543fb5f2f Removed unused code
5 years ago
tevador ffebc37381 COND_R instruction reworked as CBRANCH
5 years ago
tevador ebddaf671c Alignment of x86 code for SuperscalarHash made optional
5 years ago
tevador cf72ed79c7 Function typedefs without pointer
5 years ago
tevador 7f6bdd9a52 Code cleanup & refactoring
5 years ago
tevador 22a3aa8d79 randomx_cache and randomx_dataset changed to standard-layout structs
5 years ago
tevador fd7186f873 Changed IADD_RS to use mod.mem
5 years ago
tevador ff88a57a98 Fixed reading from the red zone
5 years ago
tevador e758c1e2b2 Fixed non-x86 compilation
5 years ago
tevador 270a4f97fe Dataset size increased to 2080 MiB
5 years ago
tevador f66da3911e Fixed some compilation issues
5 years ago
tevador 018c1a5222 Big endian bug fixes
5 years ago