xyosc/vendor/github.com/chewxy/math32/remainder_asm.go
2024-12-21 17:38:26 +01:00

11 lines
250 B
Go

//go:build !noasm && !tinygo && (amd64 || s390x || arm || ppc64le || 386 || wasm)
// +build !noasm
// +build !tinygo
// +build amd64 s390x arm ppc64le 386 wasm
package math32
const haveArchRemainder = true
func archRemainder(x, y float32) float32