Skip to content

Commit

Permalink
Merge pull request #4129 from pmatos/RPRESInstcountci
Browse files Browse the repository at this point in the history
Disable RPRES in instcounci files
  • Loading branch information
Sonicadvance1 authored Oct 23, 2024
2 parents 368162d + dc93e30 commit 767c61c
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 767c61c

Please sign in to comment.