aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/floats.go
AgeCommit message (Expand)Author
2026-03-31test/codegen: get rid of \sKeith Randall
2026-03-27test/codegen: check mips64 sqrt/abs code only for hardfloatKeith Randall
2026-03-23test/codegen: add codegen checks for float32/float64 conversions optimizationsJulian Zhu
2026-03-16cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))Meng Zhuo
2026-03-01cmd/compile: (wasm) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (arm64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (amd64) optimize float32(round64(float64(x)))David Chase
2025-11-12cmd/compile: use FCLASSD for subnormal checks on riscv64Michael Munday
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-10-26cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64Meng Zhuo
2025-09-30test/codegen: codify handling of floating point constants on arm64Joel Sing
2025-08-24test/codegen: add Mul2 and DivPow2 test for loong64Xiaolin Zhao
2025-07-30cmd/compile: add floating point min/max intrinsics on s390xMichael Munday
2025-03-13test/codegen: remove plan9/amd64 specific array zeroing/copying testsJoel Sing
2025-02-13cmd/compile: lower x*z + y to FMA if FMA enabledJakub Ciolek
2024-11-08cmd/compile: implement FMA codegen for loong64Xiaolin Zhao
2024-10-17cmd/compile: optimize loong64 with register indexed load/storeXiaolin Zhao
2024-08-07cmd/compile, math: improve implementation of math.{Max,Min} on loong64Xiaolin Zhao
2024-07-23cmd/compile: store constant floats using integer constantsKeith Randall
2024-04-04cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constantsPaul E. Murphy
2024-04-01cmd/compile: support float min/max instructions on PPC64Paul E. Murphy
2024-02-08test/codegen: add float max/min codegen testMeng Zhuo
2023-08-22cmd/compile: add single-precision FMA code generation for riscv64Meng Zhuo
2023-08-22cmd/compile: improve FP FMA performance on riscv64Meng Zhuo
2023-07-04test/codegen: enable Mul2 DivPow2 test for riscv64Meng Zhuo
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2021-02-24cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-04-08cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-03-25cmd/compile: use load and test instructions on s390xRuixin(Peter) Bao
2019-05-16cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT)fanzha02
2018-10-16test/codegen: enable more tests for ppc64/ppc64leLynn Boger
2018-10-16test/codegen: fix confusing test casesBen Shi
2018-10-15test/codegen: add tests of FMA for arm/arm64Ben Shi
2018-08-28cmd/compile: optimize arm64 with indexed FP load/storeBen Shi
2018-08-25cmd/compile: optimize 386 code with FLDPIBen Shi
2018-04-15test: run codegen tests on all supported architecture variantsGiovanni Bajo
2018-04-15test: migrate plan9 tests to codegenGiovanni Bajo
2018-03-29test/codegen: match 387 ops too for GOARCH=386Alberto Donizetti
2018-03-15test/codegen: port floats tests to codegenAlberto Donizetti