]> Cypherpunks repositories - gostls13.git/commit
math: speed up bessel functions on AMD64
authorIlya Tocar <ilya.tocar@intel.com>
Tue, 30 Aug 2016 15:07:39 +0000 (18:07 +0300)
committerIlya Tocar <ilya.tocar@intel.com>
Wed, 31 Aug 2016 14:45:29 +0000 (14:45 +0000)
commit2a2cab2911083f1ed2ea5c6bf24a12e2c5f6bcfc
treea0b37d158ed1e6fbf1e50dcf9b7b62f8bf074f3d
parentdfbbe06a205e7048a8541c4c97b250c24c40db96
math: speed up bessel functions on AMD64

J0-4            71.9ns ± 1%  54.6ns ± 0%  -24.08%  (p=0.000 n=20+18)
J1-4            71.6ns ± 0%  55.4ns ± 0%  -22.60%  (p=0.000 n=19+20)
Jn-4             153ns ± 0%   118ns ± 1%  -22.71%  (p=0.000 n=20+20)
Y0-4            70.8ns ± 0%  53.9ns ± 0%  -23.87%  (p=0.000 n=19+19)
Y1-4            70.8ns ± 0%  54.1ns ± 0%  -23.54%  (p=0.000 n=20+20)
Yn-4             149ns ± 0%   116ns ± 0%  -22.15%  (p=0.000 n=19+20)

Fixes #16889

Change-Id: Ie88496407b42f6acb918ffae1226b1b4c0500cb9
Reviewed-on: https://go-review.googlesource.com/28086
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/math/j0.go
src/math/j1.go