whoops
This commit is contained in:
parent
c464584e89
commit
b4025c889a
|
@ -5266,7 +5266,6 @@ EMITTER(CNTLZ_I32, MATCH(I<OPCODE_CNTLZ, I8<>, I32<>>)) {
|
||||||
if (e.cpu()->has(Xbyak::util::Cpu::tLZCNT)) {
|
if (e.cpu()->has(Xbyak::util::Cpu::tLZCNT)) {
|
||||||
e.lzcnt(i.dest.reg().cvt32(), i.src1);
|
e.lzcnt(i.dest.reg().cvt32(), i.src1);
|
||||||
} else {
|
} else {
|
||||||
e.DebugBreak();
|
|
||||||
e.inLocalLabel();
|
e.inLocalLabel();
|
||||||
|
|
||||||
e.cmp(i.src1, 0); // Special case if number is 0
|
e.cmp(i.src1, 0); // Special case if number is 0
|
||||||
|
|
Loading…
Reference in New Issue