go-randomx/asm
DataHoarder 14a10f544f
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Support x86_64 aesenc/aesdec and roundtrip mode
2024-04-18 11:38:55 +02:00
..
aes.go Support x86_64 aesenc/aesdec and roundtrip mode 2024-04-18 11:38:55 +02:00
aes_amd64.go Support x86_64 aesenc/aesdec and roundtrip mode 2024-04-18 11:38:55 +02:00
aes_amd64.s Support x86_64 aesenc/aesdec and roundtrip mode 2024-04-18 11:38:55 +02:00
aes_noasm.go Support x86_64 aesenc/aesdec and roundtrip mode 2024-04-18 11:38:55 +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