]> Cypherpunks repositories - gostls13.git/commit
internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2
authorMartin Möhrmann <moehrmann@google.com>
Sat, 25 Aug 2018 14:53:23 +0000 (16:53 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Sun, 26 Aug 2018 15:27:20 +0000 (15:27 +0000)
commiteae5fc88c13d6902a7fe9c595fb02155eb037cbe
treefbef70b7c160cbed582ba5ec8dbe1e02e299cc7c
parentb7d3e14a5296b17c940983aed0d9d6cb54b912b7
internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2

This makes the runtime.support_sse2 variable unused
so it is removed in this CL too.

Change-Id: Ia8b9ffee7ac97128179f74ef244b10315e44c234
Reviewed-on: https://go-review.googlesource.com/131455
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/bytealg/compare_386.s
src/runtime/proc.go
src/runtime/runtime2.go