aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/math.go
AgeCommit message (Expand)Author
2021-09-10cmd/compile: add support for Abs and Copysign intrinsics on riscv64Michael Munday
2021-09-01cmd/{asm,compile}: add fused multiply-add support on riscv64Michael Munday
2021-04-12test: make codegen tests work with both ABIsCherry Zhang
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-03-04cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2020-02-25Revert "cmd/compile: don't allow NaNs in floating-point constant ops"Bryan C. Mills
2020-02-25cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-10-21cmd/compile: add fma intrinsic for armsmasher164
2019-10-21cmd/compile: add fma intrinsic for amd64smasher164
2019-10-21cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher164
2019-09-24compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-09-23Revert "compile: prefer an AND instead of SHR+SHL instructions"Bryan C. Mills
2019-09-21compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-09-09Revert "compile: prefer an AND instead of SHR+SHL instructions"Martin Möhrmann
2019-09-09compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-08-28cmd/compile: optimize ARM's math.AbsBen Shi
2019-03-14math, math/bits: add intrinsics for wasmRichard Musiol
2018-10-16test/codegen: enable more tests for ppc64/ppc64leLynn Boger
2018-09-17cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64fanzha02
2018-09-13cmd/compile: intrinsify math.RoundToEven and math.Abs on arm64erifan01
2018-09-12test: fix the wrong test of math.Copysign(c, -1) for arm64fanzha02
2018-09-06cmd/compile: optimize math.Copysign on arm64fanzha02
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-04-26cmd/compile, cmd/internal/obj/ppc64: make math.Round an intrinsic on ppc64xCarlos Eduardo Seo
2018-04-15test: run codegen tests on all supported architecture variantsGiovanni Bajo
2018-03-24cmd/compile: add patterns for bit set/clear/complement on amd64Giovanni Bajo
2018-03-04test: convert all math-related tests from asm_testGiovanni Bajo