diff options
| author | Ilya Tocar <ilya.tocar@intel.com> | 2017-04-20 14:07:57 -0500 |
|---|---|---|
| committer | Ilya Tocar <ilya.tocar@intel.com> | 2017-04-24 15:09:18 +0000 |
| commit | bc6459ac6ce1133cd0c59864d220d60f8fca40ef (patch) | |
| tree | 615a45f6bd24820fa668b80803a4bbd809258f02 /src/database/sql/sql_test.go | |
| parent | 1737aef270a8954f3f8718beb55d6ddfc1cf5d21 (diff) | |
| download | go-bc6459ac6ce1133cd0c59864d220d60f8fca40ef.tar.xz | |
math: remove asm version of sincos everywhere, except 386
We have dedicated asm implementation of sincos only on 386 and amd64,
on everything else we are just jumping to generic version.
However amd64 version is actually slower than generic one:
Sincos-6 34.4ns ± 0% 24.8ns ± 0% -27.79% (p=0.000 n=8+10)
So remove all sincos*.s and keep only generic and 386.
Updates #19819
Change-Id: I7eefab35743729578264f52f6d23ee2c227c92a5
Reviewed-on: https://go-review.googlesource.com/41200
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/database/sql/sql_test.go')
0 files changed, 0 insertions, 0 deletions
