Commit Graph

19 Commits (master)

Author SHA1 Message Date
tevador 148b923f71 fix test 92 not failing properly on GCC/amd64
4 years ago
SChernykh 219c02e1e5 Combined hash and fill AES loop (#166)
5 years ago
tevador abf2a5034e Make sure AES code is present when setting RANDOMX_FLAG_HARD_AES
5 years ago
Howard Chu 1694aa825d Fix for win32 build with gcc
5 years ago
SChernykh c6468a3816 JIT compiler for ARMv8 (#125)
5 years ago
tevador 08f7a2c2f2
Vector intrinsics for ARMv8 (#93)
5 years ago
tevador b91882be42
Use cmake for building (#90)
5 years ago
tevador 6ea6cceb63
Fix undefined behavior in rotr/rotl (#86)
5 years ago
Judemir Ribeiro 776723dd40 POWER7+ VSX support plus AES hardware support for POWER8 and newer. (#41)
5 years ago
tevador 2706a8b753 Relicensed under the 3-clause BSD license
5 years ago
tevador 42cb2fc852 Fixed non-x86 compilation
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 ca96270509 Group E exponent changed from a static value (-240) to dynamic
5 years ago
tevador 5543fb5f2f Removed unused code
5 years ago
tevador 7f6bdd9a52 Code cleanup & refactoring
5 years ago
tevador 018c1a5222 Big endian bug fixes
5 years ago
tevador d7eefce583 Removed capital letters from filenames
5 years ago