]> Cypherpunks repositories - gostls13.git/commit
cmd/go: permit some more x86 compiler options
authorIan Lance Taylor <iant@golang.org>
Fri, 28 Sep 2018 17:41:31 +0000 (10:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 Sep 2018 20:09:03 +0000 (20:09 +0000)
commit7dda5123d8753cfd1f041e1d1537bb5493cd5e5d
tree91ff92da27737c1606e120826d70580c41934d02
parent067bb443af6b44cb026ab182a26d157dbd1b2dd6
cmd/go: permit some more x86 compiler options

Permit -mssse3, -maes, -mvaes, and various -mavxNNN options.

Change-Id: If496df6b84eca37897fd603a6480c9f63e7f7382
Reviewed-on: https://go-review.googlesource.com/138476
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/work/security.go