]> Cypherpunks repositories - gostls13.git/commit
math: remove unused variable
authorIlya Tocar <ilya.tocar@intel.com>
Thu, 1 Mar 2018 18:30:19 +0000 (12:30 -0600)
committerIlya Tocar <ilya.tocar@intel.com>
Thu, 1 Mar 2018 18:51:44 +0000 (18:51 +0000)
commitc15984c6c67205a19382ba350680dcfb0090325a
tree2cdb343d5077c17439e223cf3742c2d103a60328
parente75f805e6f93af08cb8ae8b531d66277c7813bb0
math: remove unused variable

useSSE41 was used inside asm implementation of floor to select between base and ss4 code path.
We intrinsified floor and left asm functions as a backup for non-sse4 systems.
This made variable unused, so remove it.

Change-Id: Ia2633de7c7cb1ef1d5b15a2366b523e481b722d9
Reviewed-on: https://go-review.googlesource.com/97935
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/math/floor_asm.go [deleted file]