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