[Webkit-unassigned] [Bug 152886] [mips] Add countLeadingZeros32 implementation in macro assembler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 9 00:55:33 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152886

--- Comment #6 from Julien Brianceau <jbriance at cisco.com> ---
(In reply to comment #4)
> 
> I think this should be static_assert(false, "CLZ opcode is not available for
> this ISA"); so that someone will notice this when compiling instead of
> waiting to compile and do somewhat thorough testing on a device.

You're right. I also took the opportunity to move the check from MIPSAssembler.h to MacroAssemblerMIPS.h, because if someone wants to write a generic implementation for an older ISA, MacroAssemblerMIPS.h is a better place than MIPSAssembler.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160109/51a90ba2/attachment-0001.html>


More information about the webkit-unassigned mailing list