[Webkit-unassigned] [Bug 152925] New: B3 needs Neg()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 13:49:18 PST 2016


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

            Bug ID: 152925
           Summary: B3 needs Neg()
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Currently B3 expresses -x as 0-x.  That's wrong in case of floating point.

It's probably better if we just have a Neg opcode, and this opcode should work for both ints and floats.

-- 
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/021c5228/attachment-0001.html>


More information about the webkit-unassigned mailing list