Skip to content

Commit

Permalink
Add AMD Zen4 Architecture Flags for LLVM 16 (#69)
Browse files Browse the repository at this point in the history
* Add AMD Zen4 Architecture Flags for LLVM 16
* Update microarchitectures.json

---------

Co-authored-by: usivakum <Umashankar.Sivakumar@amd.com>
  • Loading branch information
amd-toolchain-support and usivakum authored May 11, 2023
1 parent cde79a7 commit 17d2e94
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2095,11 +2095,16 @@
],
"clang": [
{
"versions": "12.0:",
"versions": "12.0:15.9",
"name": "znver3",
"flags": "-march={name} -mtune={name} -mavx512f -mavx512dq -mavx512ifma -mavx512cd -mavx512bw -mavx512vl -mavx512vbmi -mavx512vbmi2 -mavx512vnni -mavx512bitalg"
},
{
"versions": "16.0:",
"name": "znver4",
"flags": "-march={name} -mtune={name}"
}
],
],
"aocc": [
{
"versions": "3.0:3.9",
Expand Down

0 comments on commit 17d2e94

Please sign in to comment.