commit | 2c2afe26ea3b22f03aa095620a1649e85cf4fa1d | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Fri Feb 11 11:35:03 2022 -0500 |
committer | Liz Kammer <eakammer@google.com> | Tue Feb 15 17:26:35 2022 -0500 |
tree | 79cc6df117a6fae69899ce04770f4d40342e06b3 | |
parent | 104ecf6708bd754a7f378055ba913ff52f371dc7 [diff] [blame] |
Fix typos in arch_list and do variant validation Test: m nothing Change-Id: Icfbc9f886a1e16abe02bf6c61671b8187a699942
diff --git a/cc/config/x86_64_device.go b/cc/config/x86_64_device.go index d789cde..0da51cb 100644 --- a/cc/config/x86_64_device.go +++ b/cc/config/x86_64_device.go
@@ -37,10 +37,10 @@ "": []string{ "-march=x86-64", }, + "broadwell": []string{ "-march=broadwell", }, - "haswell": []string{ "-march=core-avx2", },