]> Cypherpunks repositories - gostls13.git/commit
math: remove riscv64 assembly implementations of rounding
authorJorropo <jorropo.pgm@gmail.com>
Sat, 6 Jul 2024 02:48:04 +0000 (04:48 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 10 Jul 2024 03:19:58 +0000 (03:19 +0000)
commitb3040679ad0eccaaadb825ed8c0704086ecc23eb
tree8370ad2d798b970d7fc12b04b6937d8b5bc8521d
parent70e453b4361b80a85e6ebb37e4d43ec02db9a50a
math: remove riscv64 assembly implementations of rounding

Fixes #68322

This reverts commit ad377e906a8ee6f27545d83de280206dacec1e58.

Change-Id: Ifa4811e2c679d789cc830dbff5e50301410e24d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/596516
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Commit-Queue: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/math/floor_asm.go
src/math/floor_noasm.go
src/math/floor_riscv64.s [deleted file]
test/fixedbugs/issue68322.go [new file with mode: 0644]