Add -mpopcnt for X86_64 targets if they support popcnt am: 4ce4703182
am: 749d2b118e
* commit '749d2b118eec996dc5f01e3102ace3ca82a63a3b':
Add -mpopcnt for X86_64 targets if they support popcnt
Change-Id: I9257b2eab8c539c36ebfd076be6a2825869d1745
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