commit | 9d944d143c2065272ac3f8e1ce6688377042e295 | [log] [tgz] |
---|---|---|
author | Serguei Katkov <serguei.i.katkov@intel.com> | Fri Apr 15 16:50:25 2016 +0600 |
committer | Serguei Katkov <serguei.i.katkov@intel.com> | Tue Apr 26 18:21:35 2016 +0600 |
tree | 4a4e9652c16edfc1b02d1af70a92b952a3f71f29 | |
parent | e6d96771a2c9934c8ba6efe1689a1d1b5c54a6f7 [diff] |
ART: Eliminate unlikely code from hot path in x86 div/rem Division and Remainder when numerator is zero is not usual case so remove the check for this case from hot path. Change-Id: Ie575af0fedb5045d4ed74292a61a8378f82d39ae Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>