go-randomx/asm/round.go
DataHoarder 432590f930
All checks were successful
continuous-integration/drone/push Build is passing
Move argon2 / float packages to their own folders, cleanup vm Run
2024-04-15 04:14:15 +02:00

8 lines
160 B
Go

package asm
import "git.gammaspectra.live/P2Pool/go-randomx/v2/softfloat"
func SetRoundingMode(mode softfloat.RoundingMode) {
setRoundingMode(uint8(mode))
}