fix test_util.cpp

This commit is contained in:
MITSUNARI Shigeo 2021-12-31 18:36:31 +09:00
parent 9b2c175b36
commit c79311a516

View file

@ -7,7 +7,6 @@ struct PopCountTest : public Xbyak::CodeGenerator {
PopCountTest(int n)
: Xbyak::CodeGenerator(4096, Xbyak::DontSetProtectRWE)
{
ret();
mov(eax, n);
popcnt(eax, eax);
ret();