Bug 133889 - implement modulo for non-armv7s arm_thumb
Summary: implement modulo for non-armv7s arm_thumb
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Enhancement
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-13 16:25 PDT by Alex Christensen
Modified: 2014-06-13 16:38 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.48 KB, patch)
2014-06-13 16:31 PDT, Alex Christensen
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2014-06-13 16:25:25 PDT
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.
Comment 1 Alex Christensen 2014-06-13 16:31:16 PDT
Created attachment 233090 [details]
Patch
Comment 2 Alex Christensen 2014-06-13 16:38:11 PDT
http://trac.webkit.org/changeset/169956