WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
133889
implement modulo for non-armv7s arm_thumb
https://bugs.webkit.org/show_bug.cgi?id=133889
Summary
implement modulo for non-armv7s arm_thumb
Alex Christensen
Reported
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.
Attachments
Patch
(2.48 KB, patch)
2014-06-13 16:31 PDT
,
Alex Christensen
benjamin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2014-06-13 16:31:16 PDT
Created
attachment 233090
[details]
Patch
Alex Christensen
Comment 2
2014-06-13 16:38:11 PDT
http://trac.webkit.org/changeset/169956
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug