go/src/math/bits
erifan01 d0cbf9bf53 cmd/compile: follow up intrinsifying math/bits.Add64 for arm64
This CL deals with the additional comments of CL 159017.

Change-Id: I4ad3c60c834646d58dc0c544c741b92bfe83fb8b
Reviewed-on: https://go-review.googlesource.com/c/go/+/168857
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-03-22 15:09:47 +00:00
..
bits.go math/bits: optimize Reverse32 and Reverse64 2019-02-26 17:52:08 +00:00
bits_tables.go
bits_test.go cmd/compile: follow up intrinsifying math/bits.Add64 for arm64 2019-03-22 15:09:47 +00:00
example_test.go math/bits: add examples for right rotation 2017-11-03 20:12:07 +00:00
export_test.go math/bits: move tests into their own package 2018-05-01 15:33:01 +00:00
make_examples.go math/bits: add examples for right rotation 2017-11-03 20:12:07 +00:00
make_tables.go