summaryrefslogtreecommitdiff
path: root/test/codegen/math.go
Commit message (Expand)AuthorAgeFilesLines
* math: optimize math.Abs on mipsxJunxian Zhu2023-05-081-0/+1
* math: optimize math.Abs on mips64xJunxian Zhu2023-05-051-0/+1
* test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy2023-01-271-32/+16
* test/codegen: updated multiple tests to verify on ppc64,ppc64leArchana R2022-08-171-0/+4
* cmd/compile: don't emit unnecessary amd64 extension checksnimelehin2021-10-051-0/+9
* cmd/compile: add support for Abs and Copysign intrinsics on riscv64Michael Munday2021-09-101-0/+4
* cmd/{asm,compile}: add fused multiply-add support on riscv64Michael Munday2021-09-011-0/+16
* test: make codegen tests work with both ABIsCherry Zhang2021-04-121-2/+2
* cmd/compile: optimize single-precision floating point square rootfanzha022021-03-021-0/+11
* all: implement GO386=softfloatKeith Randall2020-10-061-1/+1
* all: drop 387 supportKeith Randall2020-10-021-1/+1
* cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall2020-03-041-2/+31
* Revert "cmd/compile: don't allow NaNs in floating-point constant ops"Bryan C. Mills2020-02-251-31/+2
* cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall2020-02-251-2/+31
* math, cmd/compile: rename Fma to FMARuss Cox2019-11-071-1/+1
* cmd/compile: add fma intrinsic for armsmasher1642019-10-211-0/+1
* cmd/compile: add fma intrinsic for amd64smasher1642019-10-211-0/+1
* cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher1642019-10-211-0/+8
* compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann2019-09-241-2/+2
* Revert "compile: prefer an AND instead of SHR+SHL instructions"Bryan C. Mills2019-09-231-2/+2
* compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann2019-09-211-2/+2
* Revert "compile: prefer an AND instead of SHR+SHL instructions"Martin Möhrmann2019-09-091-2/+2
* compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann2019-09-091-2/+2
* cmd/compile: optimize ARM's math.AbsBen Shi2019-08-281-0/+1
* math, math/bits: add intrinsics for wasmRichard Musiol2019-03-141-0/+7
* test/codegen: enable more tests for ppc64/ppc64leLynn Boger2018-10-161-0/+15
* cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64fanzha022018-09-171-0/+6
* cmd/compile: intrinsify math.RoundToEven and math.Abs on arm64erifan012018-09-131-0/+2
* test: fix the wrong test of math.Copysign(c, -1) for arm64fanzha022018-09-121-1/+1
* cmd/compile: optimize math.Copysign on arm64fanzha022018-09-061-0/+1
* cmd/compile: add softfloat support to mips64{,le}Milan Knezevic2018-04-271-1/+2
* cmd/compile, cmd/internal/obj/ppc64: make math.Round an intrinsic on ppc64xCarlos Eduardo Seo2018-04-261-0/+4
* test: run codegen tests on all supported architecture variantsGiovanni Bajo2018-04-151-2/+3
* cmd/compile: add patterns for bit set/clear/complement on amd64Giovanni Bajo2018-03-241-4/+4
* test: convert all math-related tests from asm_testGiovanni Bajo2018-03-041-0/+140