Skip to content

Commit

Permalink
core2: fix typo in uarch flags (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Becker <becker33@llnl.gov>
  • Loading branch information
alalazo and becker33 authored Dec 25, 2020
1 parent 04a3c76 commit c324544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"intel": [
{
"versions": "16.0:",
"flags": "-march={name} -mtune={name}}"
"flags": "-march={name} -mtune={name}"
}
]
}
Expand Down

0 comments on commit c324544

Please sign in to comment.