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+
Alex Christensen
Comment 1 2014-06-13 16:31:16 PDT
Alex Christensen
Comment 2 2014-06-13 16:38:11 PDT
Note You need to log in before you can comment on or make changes to this bug.