Commit Graph

280 Commits (dev_opencl)
 

Author SHA1 Message Date
SChernykh f0311c9553 Enabled FSQRT_R instruction
5 years ago
SChernykh 5846ecbf4d Enabled FDIV_M instruction
5 years ago
SChernykh 5e0747eff3 Enabled FSUB_R, FSUB_M, FSCAL_R, FMUL_R instructions
5 years ago
SChernykh 299eb0fd6e Enabled FADD_M instruction
5 years ago
SChernykh 3318b3ce03 Enabled CFROUND instruction
5 years ago
SChernykh d7e54b23de Enabled FADD_R instruction
5 years ago
SChernykh 702a4bb0b5 Enabled FSWAP_R instruction
5 years ago
SChernykh 257d2f9153 Merge branch 'master' into dev_opencl
5 years ago
tevador e4b2270104
Merge pull request #47 from tevador/pr-doc
5 years ago
tevador f7c99c5b58
Use 4 AES rounds for program generation (#46)
5 years ago
tevador 25337d3241
Merge pull request #48 from tevador/pr-ds4
5 years ago
tevador 38d7ece828
Merge pull request #50 from tevador/pr-cmake
5 years ago
tevador 8298c9faf8 Much more detailed design description
5 years ago
SChernykh afa148458a Enabled CBRANCH instruction
5 years ago
tevador e9cf3e0894 Enable c++11 in cmake
5 years ago
tevador bc2aae0f61 Support Dataset size larger than 4 GiB
5 years ago
SChernykh 6992e4d938 Enabled ISTORE instruction
5 years ago
SChernykh 3ee927e942 Enabled integer instructions
5 years ago
SChernykh 30f33e158a Enabled IMUL_M instruction
5 years ago
SChernykh 2b48ab0e46 Enabled IADD_M, ISUB_R, ISUB_M, IMUL_R instructions
5 years ago
SChernykh 9de18baef8 Enabled IADD_RS instruction
5 years ago
SChernykh b0fe69a7c2 Merge remote-tracking branch 'upstream/master' into dev_opencl
5 years ago
tevador 378d5def38 Added performance simulation
5 years ago
tevador 8a5ead5ce3 Use 'dst' as the CBRANCH condition register
5 years ago
SChernykh 07b35b1aeb Disabled all instructions
5 years ago
tevador 1276d67d2f Fix build on Cygwin/MinGW
5 years ago
tevador 2706a8b753 Relicensed under the 3-clause BSD license
5 years ago
tevador c5c891ff8e Correctly call JitCompiler destructor
5 years ago
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