Commit Graph

292 Commits (b91882be42da1a6078d69ddab87e59a65c5e4e24)
 

Author SHA1 Message Date
tevador b91882be42
Use cmake for building (#90)
5 years ago
tevador 4a4b06e44b More helpful error messages in the benchmark
5 years ago
tevador 6ea6cceb63
Fix undefined behavior in rotr/rotl (#86)
5 years ago
tevador 1f62d787ad Fix header dependency of superscalar_program.hpp
5 years ago
tevador e6ba0a1b7d Code generator fixups
5 years ago
tevador 77f809e8db Merge branch 'jtgrassie-affinity'
5 years ago
tevador e8cf27eab5 Fixed Visual Studio build
5 years ago
tevador 8282413154 Updated documentation and test vectors
5 years ago
tevador 91cd35ff13
Decrease the frequency of FADD/FSUB in favor of FMUL (#77)
5 years ago
tevador 83498cddf2
Different round keys for columns 0,1 and 2,3 in AesGenerator4R (#76)
5 years ago
tevador 118f3054ea
Large page support for FreeBSD (#74)
5 years ago
tevador 07293a9378
Regression tests (#73)
5 years ago
Judemir Ribeiro 776723dd40 POWER7+ VSX support plus AES hardware support for POWER8 and newer. (#41)
5 years ago
tevador 8ff1bf027a
CNv4 hashrate comparison in readme
5 years ago
tevador e31a621d6f
Fix possible overflow in static_assert (#67)
5 years ago
Jethro Grassie 81d3a9d4a1
benchmark: add thread affinity setting
5 years ago
tevador 7edae5a4e4 Fix possible overflow in static_assert
5 years ago
tevador 984d34b079 Merge branch 'master' of git@github.com:tevador/RandomX.git
5 years ago
tevador 3daceace48 Clarifications in the documentation
5 years ago
tevador 447634f51d
Use strongly typed enums (#55)
5 years ago
tevador 52aa36249e
Add Dataset prefetch in interpreted VM (#52)
5 years ago
hyc eb6f6bb041 Fix Windows detection (#58)
5 years ago
tevador cc2551b02b
Support building a shared library (#53)
5 years ago
tevador d660798b9f
Fix cmake standalone build (#56)
5 years ago
tevador 0c5b666df4
Configuration guidelines (#59)
5 years ago
tevador 37e9e77905
Link to OpenCL miner in readme
5 years ago
tevador 3322acd944
Clarification in readme
5 years ago
tevador d6858e4fd4
Fixed a typo
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
tevador e9cf3e0894 Enable c++11 in cmake
5 years ago
tevador bc2aae0f61 Support Dataset size larger than 4 GiB
5 years ago
tevador 378d5def38 Added performance simulation
5 years ago
tevador 8a5ead5ce3 Use 'dst' as the CBRANCH condition register
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