aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
diff options
context:
space:
mode:
authorroot <vishwanatha.hd@ibm.com>2023-02-23 06:44:23 +0000
committerGopher Robot <gobot@golang.org>2023-07-27 23:30:00 +0000
commita8a6f90a237a19b32bd82dc4c314859e24f8cd95 (patch)
tree3bec5c6818c3891ed1b8c4ac9883e14aab713543 /src/encoding/json/encode.go
parent93ec88160ecd6da1d2bf5b9c029abf0e256484e9 (diff)
downloadgo-a8a6f90a237a19b32bd82dc4c314859e24f8cd95.tar.xz
math: support to handle huge arguments in tan function on s390x
Currently on s390x, tan assembly implementation is not handling huge arguments at all. This change is to check for large arguments and revert back to native go implantation from assembly code in case of huge arguments. The changes are implemented in assembly code to get better performance over native go implementation. Benchmark details of tan function with table driven inputs are updated as part of the issue link. Fixes #37854 Change-Id: I4e5321e65c27b7ce8c497fc9d3991ca8604753d2 Reviewed-on: https://go-review.googlesource.com/c/go/+/470595 Reviewed-by: Keith Randall <khr@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/encoding/json/encode.go')
0 files changed, 0 insertions, 0 deletions