Skip to content

Commit

Permalink
mov crypt test in 64-bit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Aug 4, 2023
1 parent c4550b6 commit ecdd01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2170,8 +2170,6 @@ CYBOZU_TEST_AUTO(prefetchiti)
CYBOZU_TEST_EQUAL_ARRAY(c.getCode(), tbl, n);
}

#endif

CYBOZU_TEST_AUTO(crypto)
{
struct Code : Xbyak::CodeGenerator {
Expand All @@ -2191,3 +2189,5 @@ CYBOZU_TEST_AUTO(crypto)
CYBOZU_TEST_EQUAL(c.getSize(), n);
CYBOZU_TEST_EQUAL_ARRAY(c.getCode(), tbl, n);
}

#endif

0 comments on commit ecdd01e

Please sign in to comment.