On Fri, Jan 23, 2015 at 2:07 AM, Sandra Loosemore
wrote:
> The ARM run-time ABI says that long long division by zero should return the
> result of calling __aeabi_ldiv0 with an argument that is either zero if the
> numerator is zero, the largest value of the type if the numerator is
> positive, or
On 01/23/2015 10:06 AM, Mike Stump wrote:
On Jan 22, 2015, at 6:07 PM, Sandra Loosemore
wrote:
The ARM run-time ABI says that long long division by zero should
return the result
This isn't a regression (AFAICT, this has never worked properly),
so I don't know if it's appropriate to consider
On Jan 22, 2015, at 6:07 PM, Sandra Loosemore wrote:
> The ARM run-time ABI says that long long division by zero should return the
> result
> This isn't a regression (AFAICT, this has never worked properly), so I don't
> know if it's appropriate to consider this for trunk at this time.
So, the
The ARM run-time ABI says that long long division by zero should return
the result of calling __aeabi_ldiv0 with an argument that is either zero
if the numerator is zero, the largest value of the type if the numerator
is positive, or the smallest value of the type if the numerator is
negative.