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>
Loading
Please sign in to comment