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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 05:39:39 PST 2016


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

--- Comment #3 from Julien Brianceau <jbriance at cisco.com> ---
(In reply to comment #2)
> Comment on attachment 268538 [details]
> Add countLeadingZeros32 implementation in mips macro assembler
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=268538&action=review
> 
> > Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h:318
> > +        m_assembler.clz(dest, src);
> 
> Shouldn't we have a fallback here in case assembler does not support clz?

It would be great to provide a generic fallback implementation indeed. However, mips32 is already a quite old ISA, so I doubt this would be useful to anyone.

-- 
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/20160108/e725502f/attachment.html>


More information about the webkit-unassigned mailing list