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
/
floats.go
Age
Commit message (
Expand
)
Author
2026-03-31
test/codegen: get rid of \s
Keith Randall
2026-03-27
test/codegen: check mips64 sqrt/abs code only for hardfloat
Keith Randall
2026-03-23
test/codegen: add codegen checks for float32/float64 conversions optimizations
Julian Zhu
2026-03-16
cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))
Meng Zhuo
2026-03-01
cmd/compile: (wasm) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (arm64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (amd64) optimize float32(round64(float64(x)))
David Chase
2025-11-12
cmd/compile: use FCLASSD for subnormal checks on riscv64
Michael Munday
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-10-26
cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64
Meng Zhuo
2025-09-30
test/codegen: codify handling of floating point constants on arm64
Joel Sing
2025-08-24
test/codegen: add Mul2 and DivPow2 test for loong64
Xiaolin Zhao
2025-07-30
cmd/compile: add floating point min/max intrinsics on s390x
Michael Munday
2025-03-13
test/codegen: remove plan9/amd64 specific array zeroing/copying tests
Joel Sing
2025-02-13
cmd/compile: lower x*z + y to FMA if FMA enabled
Jakub Ciolek
2024-11-08
cmd/compile: implement FMA codegen for loong64
Xiaolin Zhao
2024-10-17
cmd/compile: optimize loong64 with register indexed load/store
Xiaolin Zhao
2024-08-07
cmd/compile, math: improve implementation of math.{Max,Min} on loong64
Xiaolin Zhao
2024-07-23
cmd/compile: store constant floats using integer constants
Keith Randall
2024-04-04
cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constants
Paul E. Murphy
2024-04-01
cmd/compile: support float min/max instructions on PPC64
Paul E. Murphy
2024-02-08
test/codegen: add float max/min codegen test
Meng Zhuo
2023-08-22
cmd/compile: add single-precision FMA code generation for riscv64
Meng Zhuo
2023-08-22
cmd/compile: improve FP FMA performance on riscv64
Meng Zhuo
2023-07-04
test/codegen: enable Mul2 DivPow2 test for riscv64
Meng Zhuo
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2021-02-24
cmd/compile: ARM64 optimize []float64 and []float32 access
Egon Elbre
2020-10-06
all: implement GO386=softfloat
Keith Randall
2020-10-02
all: drop 387 support
Keith Randall
2020-04-08
cmd/compile: allow floating point Ops to produce flags on s390x
Ruixin(Peter) Bao
2020-04-07
cmd/compile: delete the floating point Greater and Geq ops
Michael Munday
2020-03-25
cmd/compile: use load and test instructions on s390x
Ruixin(Peter) Bao
2019-05-16
cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT)
fanzha02
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-10-16
test/codegen: fix confusing test cases
Ben Shi
2018-10-15
test/codegen: add tests of FMA for arm/arm64
Ben Shi
2018-08-28
cmd/compile: optimize arm64 with indexed FP load/store
Ben Shi
2018-08-25
cmd/compile: optimize 386 code with FLDPI
Ben Shi
2018-04-15
test: run codegen tests on all supported architecture variants
Giovanni Bajo
2018-04-15
test: migrate plan9 tests to codegen
Giovanni Bajo
2018-03-29
test/codegen: match 387 ops too for GOARCH=386
Alberto Donizetti
2018-03-15
test/codegen: port floats tests to codegen
Alberto Donizetti