]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add intrinsics for runtime/internal/math on MIPS64x
authorMeng Zhuo <mengzhuo1203@gmail.com>
Sat, 29 Feb 2020 03:23:29 +0000 (11:23 +0800)
committerCherry Zhang <cherryyz@google.com>
Mon, 2 Mar 2020 16:12:20 +0000 (16:12 +0000)
commitab7ecea0c8dff908dfcad8c9091b71c6051bb94a
tree06679fe5cfdc31ac548c24de4ef490c481608dbe
parent12d02e7d8e7df75ccbf07ec40028329fcc35c55b
cmd/compile: add intrinsics for runtime/internal/math on MIPS64x

name              old time/op  new time/op  delta
MulUintptr/small  8.42ns ± 0%  5.93ns ± 0%  -29.66%  (p=0.000 n=9+10)
MulUintptr/large  11.1ns ± 0%   7.4ns ± 0%  -33.17%  (p=0.000 n=10+9)

Change-Id: I6659a886389660461fc2c90bd248243f6e7c29d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/210897
Run-TryBot: Meng Zhuo <mengzhuo1203@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/gen/MIPS64.rules
src/cmd/compile/internal/ssa/rewriteMIPS64.go