mirror of
https://github.com/herumi/xbyak
synced 2024-11-21 16:09:11 -07:00
fix test_util.cpp
This commit is contained in:
parent
9b2c175b36
commit
c79311a516
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue