[Webkit-unassigned] [Bug 199531] [WHLSL] Test standard library

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 17:16:17 PDT 2019


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

--- Comment #6 from Myles C. Maxfield <mmaxfield at apple.com> ---
        unsigned int u = 0;
        buffer2[0] = firstbitlow(u);

        int i = 0;
        buffer2[1] = firstbitlow(i);

        u = 0;
        buffer2[2] = firstbithigh(u);

        i = 0;
        buffer2[3] = firstbithigh(i);

0: 4.29497e+09
1: 4.29497e+09
2: 4.29497e+09
3: 4.29497e+09

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190730/aa295435/attachment.html>


More information about the webkit-unassigned mailing list