Skip to content

Commit

Permalink
zen3: added pku feature, GCC and Clang support (#29)
Browse files Browse the repository at this point in the history
* zen3: added pku feature, GCC support

* zen3: adjusted GCC version with initial support

* zen3: added support for Clang
  • Loading branch information
alalazo authored Apr 13, 2021
1 parent 2e6df29 commit bc69b8d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -1359,9 +1359,24 @@
"popcnt",
"clwb",
"vaes",
"vpclmulqdq"
"vpclmulqdq",
"pku"
],
"compilers": {
"gcc": [
{
"versions": "10.3:",
"name": "znver3",
"flags": "-march={name} -mtune={name}"
}
],
"clang": [
{
"versions": "12.0:",
"name": "znver3",
"flags": "-march={name} -mtune={name}"
}
],
"aocc": [
{
"versions": "3.0:",
Expand Down

0 comments on commit bc69b8d

Please sign in to comment.