index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
/
math.go
Age
Commit message (
Expand
)
Author
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2022-08-17
test/codegen: updated multiple tests to verify on ppc64,ppc64le
Archana R
2021-10-05
cmd/compile: don't emit unnecessary amd64 extension checks
nimelehin
2021-09-10
cmd/compile: add support for Abs and Copysign intrinsics on riscv64
Michael Munday
2021-09-01
cmd/{asm,compile}: add fused multiply-add support on riscv64
Michael Munday
2021-04-12
test: make codegen tests work with both ABIs
Cherry Zhang
2021-03-02
cmd/compile: optimize single-precision floating point square root
fanzha02
2020-10-06
all: implement GO386=softfloat
Keith Randall
2020-10-02
all: drop 387 support
Keith Randall
2020-03-04
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2020-02-25
Revert "cmd/compile: don't allow NaNs in floating-point constant ops"
Bryan C. Mills
2020-02-25
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2019-11-07
math, cmd/compile: rename Fma to FMA
Russ Cox
2019-10-21
cmd/compile: add fma intrinsic for arm
smasher164
2019-10-21
cmd/compile: add fma intrinsic for amd64
smasher164
2019-10-21
cmd/compile: introduce generic ssa intrinsic for fused-multiply-add
smasher164
2019-09-24
compile: prefer an AND instead of SHR+SHL instructions
Martin Möhrmann
2019-09-23
Revert "compile: prefer an AND instead of SHR+SHL instructions"
Bryan C. Mills
2019-09-21
compile: prefer an AND instead of SHR+SHL instructions
Martin Möhrmann
2019-09-09
Revert "compile: prefer an AND instead of SHR+SHL instructions"
Martin Möhrmann
2019-09-09
compile: prefer an AND instead of SHR+SHL instructions
Martin Möhrmann
2019-08-28
cmd/compile: optimize ARM's math.Abs
Ben Shi
2019-03-14
math, math/bits: add intrinsics for wasm
Richard Musiol
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-09-17
cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64
fanzha02
2018-09-13
cmd/compile: intrinsify math.RoundToEven and math.Abs on arm64
erifan01
2018-09-12
test: fix the wrong test of math.Copysign(c, -1) for arm64
fanzha02
2018-09-06
cmd/compile: optimize math.Copysign on arm64
fanzha02
2018-04-27
cmd/compile: add softfloat support to mips64{,le}
Milan Knezevic
2018-04-26
cmd/compile, cmd/internal/obj/ppc64: make math.Round an intrinsic on ppc64x
Carlos Eduardo Seo
2018-04-15
test: run codegen tests on all supported architecture variants
Giovanni Bajo
2018-03-24
cmd/compile: add patterns for bit set/clear/complement on amd64
Giovanni Bajo
2018-03-04
test: convert all math-related tests from asm_test
Giovanni Bajo