Commit Graph

321 Commits (pr-const1)

Author SHA1 Message Date
tevador 3910d49b49 Hide tempHash from the public API
5 years ago
SChernykh 219c02e1e5 Combined hash and fill AES loop (#166)
5 years ago
Vladimir 01914b49cd Fixes for cmake build with visual studio (#144)
5 years ago
tevador 7e20c8e56e
Merge pull request #161 from tevador/pr-struct
5 years ago
tevador 88268ae325 Improved benchmark instructions
5 years ago
tevador 57545d1c53 Fix inconsistent class/struct usage
5 years ago
SChernykh e43267fa86 Fix function names for clang on Apple
5 years ago
tevador 7567cef4c6
Fix symbol collisions with blake2b (#145)
5 years ago
tevador 53af68c34a Benchmark v1.1.5
5 years ago
tevador e3c5ab7002 Merge branch 'master' of git@github.com:tevador/RandomX.git
5 years ago
tevador a1f0f90ac2 randomx-tests: do not run unsupported tests
5 years ago
tevador 34aba9dc8a
Merge pull request #142 from ston1th/fix_openbsd_tests
5 years ago
tevador 4a97ce9a4c
Merge pull request #141 from SChernykh/master
5 years ago
ston1th 5c0486bd33 Fixed tests on OpenBSD
5 years ago
ston1th f3ded36061 Fixed mmap on OpenBSD
5 years ago
SChernykh 9a5d504bb3 Fix alignment for ARMv8 code
5 years ago
tevador b53f0ed145 Benchmark v1.1.4
5 years ago
tevador 5570c698e7 Fix superscalar-stats generator initialization
5 years ago
tevador be810aca0a Fix a possible out-of-bounds access in superscalar generator
5 years ago
tevador 4296c35d79 switch on int
5 years ago
tevador abf2a5034e Make sure AES code is present when setting RANDOMX_FLAG_HARD_AES
5 years ago
tevador fc892fc5c0 Select AVX2 if both AVX2 and SSSE3 flags are set
5 years ago
tevador ebbe7696c7 Fix examples
5 years ago
tevador e0484dfb99 Automatic detection of CPU capabilities
5 years ago
tevador eda3603bf3 Undefine _mm_roti_epi64 if defined
5 years ago
tevador cce53cb582 use SSSE3 consistently as opposed to SSE3
5 years ago
tevador 900a936816 Optimized Argon2 (SSSE3/AVX2)
5 years ago
tevador 298cc77095 Benchmark v1.1.3
5 years ago
tevador 0dc104ff7e Simplify cache init in tests
5 years ago
hyc 01648b3bd6 Remember cache input data (#133)
5 years ago
tevador 519b9cf705 Benchmark v1.1.2
5 years ago
tevador a70dfd8df7
Merge pull request #130 from hyc/gccwin32
5 years ago
tevador 7c405a7dc4 Fix tests without JIT support
5 years ago
Howard Chu 1694aa825d Fix for win32 build with gcc
5 years ago
SChernykh 457c0e4a54 Workaround for gcc 8.3 on Arch Linux (ARM)
5 years ago
SChernykh 9e7ae84de4 Set scratchpad pointer to null by default
5 years ago
tevador 2441730203 Update --jit flag description
5 years ago
tevador eef87a0f63 Documentation updates
5 years ago
SChernykh c6468a3816 JIT compiler for ARMv8 (#125)
5 years ago
tevador 5fb26fc607
Merge pull request #124 from SChernykh/master
5 years ago
SChernykh 93fec18991 Optimized loading from scratchpad
5 years ago
Jethro Grassie 73021b89e0
fix MSYS thread handle cast
5 years ago
tevador f1ff014bca Fix JIT fallback
5 years ago
tevador bd8ef0375a Update benchmark
5 years ago
tevador eee355d85b Fixed tests
5 years ago
tevador 22689eda49
Increase the frequency of CBRANCH (#118)
5 years ago
tevador 67010ab554
Optional W^X policy for JIT pages (#112)
5 years ago
tevador 971f10c9c2
Changes recommended by Quarkslab (#111)
5 years ago
tevador 91f3edb5eb Fix use-after-free in benchmark (debug build)
5 years ago
Caleb James DeLisle 058735e508 Fix a compiler error on Apple OSX because the assembly is not understood
5 years ago
tevador c433f6d3a8
Fix: hardcoded JIT code buffer size (#98)
5 years ago
tevador 47ade5e894
Do not attempt to allocate >= 4 GiB on 32-bit systems (#99)
5 years ago
Jethro Grassie 41401797c9 benchmark: affinity cast for mingw (#96)
5 years ago
tevador 89aba80925
Refactoring (#95)
5 years ago
tevador 08f7a2c2f2
Vector intrinsics for ARMv8 (#93)
5 years ago
tevador aaa6e4e881
Sanity checks (#88)
5 years ago
tevador c6b5ec12b6
Fix: possible overflow when using non-standard Dataset size (#87)
5 years ago
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 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 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 0c5b666df4
Configuration guidelines (#59)
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 8298c9faf8 Much more detailed design description
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
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 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 a78429202b Query for LargePageMinimum on Windows
5 years ago
tevador c1314dc2a2 Use values from configuration.h in assembly code
5 years ago