Add -mpopcnt for X86_64 targets if they support popcnt
am: 4ce4703182
* commit '4ce470318220b9b411aec54cf58cbe4d84493fc9':
Add -mpopcnt for X86_64 targets if they support popcnt
Change-Id: Ifcbb29f7cfc7bf676f47aede3ca4b286e50c1a14
This commit is contained in:
@@ -88,6 +88,7 @@ var (
|
||||
"sse4": []string{"-msse4"},
|
||||
"sse4_1": []string{"-msse4.1"},
|
||||
"sse4_2": []string{"-msse4.2"},
|
||||
"popcnt": []string{"-mpopcnt"},
|
||||
"avx": []string{"-mavx"},
|
||||
"aes_ni": []string{"-maes"},
|
||||
}
|
||||
|
Reference in New Issue
Block a user