[Webkit-unassigned] [Bug 133889] New: implement modulo for non-armv7s arm_thumb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 16:25:02 PDT 2014


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

           Summary: implement modulo for non-armv7s arm_thumb
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
        OS/Version: Unspecified
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: benjamin at webkit.org


The current implementation of modulo for armv7 requires the sdiv operation, which is only available on armv7s.  For non-armv7s cpus, lets just do a function call for now to get it enabled.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list