]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: don't run SSE3 disable test if GOAMD64>1
authorKeith Randall <khr@golang.org>
Tue, 15 Mar 2022 15:56:07 +0000 (08:56 -0700)
committerKeith Randall <khr@golang.org>
Tue, 15 Mar 2022 17:04:57 +0000 (17:04 +0000)
commit9b112cec8363c0c574750d92cffe8682e80aacbe
tree0c36c5a58fa24cae424a1a7dccdfeb30fd86ae8b
parentb054c7dc1738c810e74756ae0ac4797ce5d31cf6
internal/cpu: don't run SSE3 disable test if GOAMD64>1

That feature can't be disabled if the microarchitectural version
requires it.

Change-Id: Iad8aaa8089d2f023e9ae5044c6da33224499f09b
Reviewed-on: https://go-review.googlesource.com/c/go/+/392994
Run-TryBot: Keith Randall <khr@golang.org>
Trust: Keith Randall <khr@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Martin Möhrmann <martin@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/cpu/cpu_x86_test.go
src/internal/cpu/export_x86_test.go [new file with mode: 0644]