commit | 055c66c7e476dd45b7390b1de5bd218aa90e70e3 | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Tue Jul 02 16:19:59 2024 -0700 |
committer | Keith Randall <khr@golang.org> | Wed Jul 03 04:39:40 2024 +0000 |
tree | 4de29953e78c819a9f569ab4fc96410adefbea28 | |
parent | 171916a0605329b76eeba65aeb23f2a675578f8c [diff] |
mention higher arch requirement for amd64 race detector It needs SSE3, which is not required by the base amd64 configuation. Fixes golang/go#68251 Change-Id: I9b680b35d92adc6c9fdc41945746cd0c44309681 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/595976 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>