]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: intrinsify math.Sqrt when compiling "math" itself
authorCherry Zhang <cherryyz@google.com>
Thu, 6 Oct 2016 14:16:17 +0000 (10:16 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 6 Oct 2016 14:57:00 +0000 (14:57 +0000)
commit8aadcc551e1610d4185c36624c8105f4303fe7ec
tree555932d87b820cbaf773b9f98d9ab63e91b089b9
parent4f3a641e6e44fab414f7e384ac55e5b9e8d6fc7e
cmd/compile: intrinsify math.Sqrt when compiling "math" itself

Fixes #17354.

Change-Id: I0e018c8c3e791fc6cc1925dbbc18c2151ba9a111
Reviewed-on: https://go-review.googlesource.com/30539
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/compile/internal/gc/walk.go