Skip to content

Commit

Permalink
Disable RPRES in instcounci files
Browse files Browse the repository at this point in the history
This was giving false changes on RPRES enabled HW.
  • Loading branch information
pmatos committed Oct 23, 2024
1 parent 5d1fda7 commit dc93e30
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion unittests/InstructionCountCI/AFP/SVE256/Secondary_REP.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"SVE256",
"AFP"
],
"DisabledHostFeatures": []
"DisabledHostFeatures": [
"RPRES"
]
},
"Instructions": {
"cvtsi2ss xmm0, eax": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/AFP/Secondary_REP.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"RPRES"
]
},
"Instructions": {
Expand Down
4 changes: 3 additions & 1 deletion unittests/InstructionCountCI/AFP/VEX_map1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"SVE256",
"AFP"
],
"DisabledHostFeatures": []
"DisabledHostFeatures": [
"RPRES"
]
},
"Instructions": {
"vsqrtss xmm0, xmm1, xmm2": {
Expand Down

0 comments on commit dc93e30

Please sign in to comment.