go-randomx/asm
DataHoarder 36f1a90a20
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm
2024-04-23 04:33:42 +02:00
..
aes_amd64.go Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm 2024-04-23 04:33:42 +02:00
aes_amd64.s Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm 2024-04-23 04:33:42 +02:00
aes_noasm.go Support x86_64 aesenc/aesdec and roundtrip mode 2024-04-18 11:38:55 +02:00
cpuid_amd64.go amd64: Implemented VM JIT 2024-04-20 19:53:47 +02:00
cpuid_amd64.s amd64: Implemented VM JIT 2024-04-20 19:53:47 +02:00
round.go Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00
round_386.go Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00
round_386.s Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00
round_amd64.go Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00
round_amd64.s Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00
round_arm64.go Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00
round_arm64.s Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00
round_noasm.go Include softfloat64 and allow for purego implementation 2024-04-17 06:04:29 +02:00