This commit is contained in:
Dr. Chat 2015-05-02 00:57:03 -05:00
parent c464584e89
commit b4025c889a
1 changed files with 0 additions and 1 deletions

View File

@ -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