]> Cypherpunks repositories - gostls13.git/commit
math: simplify the code
authorkakulisen <lziqiang1@gmail.com>
Thu, 14 May 2020 08:20:58 +0000 (16:20 +0800)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Sat, 15 Aug 2020 02:20:42 +0000 (02:20 +0000)
commit441b52f5660ccde7848f034ba345d2f0088ea383
tree00500e674eee93e964c6e7b4a8ee29369190b437
parent12d40adac46b5c771247a789205f7893bfd808b2
math: simplify the code

Simplifying some code without compromising performance.
My CPU is Intel Xeon Gold 6161, 2.20GHz, 64-bit operating system.
The memory is 8GB. This is my test environment, I hope to help you judge.

Benchmark:

name      old time/op    new time/op    delta
Log1p-4    21.8ns ± 5%    21.8ns ± 4%   ~     (p=0.973 n=20+20)

Change-Id: Icd8f96f1325b00007602d114300b92d4c57de409
Reviewed-on: https://go-review.googlesource.com/c/go/+/233940
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/log1p.go