Skip to content

Commit

Permalink
x86emul/test: drop Xeon Phi S/G prefetch special case
Browse files Browse the repository at this point in the history
Another leftover from the dropping of Xeon Phi support.

Signed-off-by: Jan Beulich <[email protected]>
Acked-by: Andrew Cooper <[email protected]>
  • Loading branch information
jbeulich committed Oct 17, 2024
1 parent 09d22fe commit b3ca3ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/tests/x86_emulator/evex-disp8.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,10 +911,8 @@ static void test_one(const struct test *test, enum vl vl,
n = test->scale == SC_vl ? vsz : esz;
if ( !sg )
n += vsz;
else if ( !strstr(test->mnemonic, "pf") )
n += esz;
else
++n;
n += esz;

for ( ; i < n; ++i )
if ( accessed[i] != (sg ? (vsz / esz) >> (test->opc & 1 & !evex.w)
Expand Down

0 comments on commit b3ca3ca

Please sign in to comment.