]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: intrinsify math.Sqrt by using only the ssa backend
authorMartin Möhrmann <moehrmann@google.com>
Wed, 2 Nov 2016 16:20:22 +0000 (17:20 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Thu, 2 Feb 2017 05:44:44 +0000 (05:44 +0000)
commitdbd51ce99c140766808c17b334b8795b8040c0b3
treeb2d5ba2aac59e1c2ea5328f38a6a9cdafae0e894
parentdba0d38298f0af466274795ce35ad5f310b391db
cmd/compile: intrinsify math.Sqrt by using only the ssa backend

Change-Id: If3cb64f52fe0fd7331b6f1acf3d15dd705dfd633
Reviewed-on: https://go-review.googlesource.com/32591
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/opnames.go
src/cmd/compile/internal/gc/racewalk.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/walk.go