aboutsummaryrefslogtreecommitdiffstats
path: root/cc/x86_64_device.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/x86_64_device.go')
-rw-r--r--cc/x86_64_device.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cc/x86_64_device.go b/cc/x86_64_device.go
index 4ae69716..dd8972d9 100644
--- a/cc/x86_64_device.go
+++ b/cc/x86_64_device.go
@@ -76,7 +76,7 @@ var (
"-march=core-avx-i",
},
"sandybridge": []string{
- "-march=corei7-avx",
+ "-march=corei7",
},
"silvermont": []string{
"-march=slm",
@@ -125,8 +125,6 @@ func init() {
"sse4",
"sse4_1",
"sse4_2",
- "aes_ni",
- "avx",
"popcnt")
common.RegisterArchFeatures(common.X86_64, "silvermont",
"ssse3",