summaryrefslogtreecommitdiff
path: root/test/codegen/floats.go
Commit message (Expand)AuthorAgeFilesLines
* test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy2023-01-271-16/+8
* cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre2021-02-241-2/+2
* all: implement GO386=softfloatKeith Randall2020-10-061-4/+4
* all: drop 387 supportKeith Randall2020-10-021-15/+4
* cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao2020-04-081-0/+12
* cmd/compile: delete the floating point Greater and Geq opsMichael Munday2020-04-071-1/+1
* cmd/compile: use load and test instructions on s390xRuixin(Peter) Bao2020-03-251-0/+10
* cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT)fanzha022019-05-161-0/+5
* test/codegen: enable more tests for ppc64/ppc64leLynn Boger2018-10-161-0/+12
* test/codegen: fix confusing test casesBen Shi2018-10-161-4/+0
* test/codegen: add tests of FMA for arm/arm64Ben Shi2018-10-151-2/+18
* cmd/compile: optimize arm64 with indexed FP load/storeBen Shi2018-08-281-0/+10
* cmd/compile: optimize 386 code with FLDPIBen Shi2018-08-251-0/+7
* test: run codegen tests on all supported architecture variantsGiovanni Bajo2018-04-151-8/+12
* test: migrate plan9 tests to codegenGiovanni Bajo2018-04-151-0/+22
* test/codegen: match 387 ops too for GOARCH=386Alberto Donizetti2018-03-291-4/+4
* test/codegen: port floats tests to codegenAlberto Donizetti2018-03-151-0/+73