On 29 May, Bruce Evans wrote:
> On Sun, 29 May 2016, Don Lewis wrote:
>
>> Log:
>> Cast some expressions that multiply a long long constant by a
>> floating point constant to int64_t. This avoids the runtime
>> conversion of the the other operand in a set of comparisons from
>> int64_t to flo
On Sun, 29 May 2016, Don Lewis wrote:
Log:
Cast some expressions that multiply a long long constant by a
floating point constant to int64_t. This avoids the runtime
conversion of the the other operand in a set of comparisons from
int64_t to floating point and doing the comparisions in float
Author: truckman
Date: Sun May 29 07:23:56 2016
New Revision: 300949
URL: https://svnweb.freebsd.org/changeset/base/300949
Log:
Cast some expressions that multiply a long long constant by a
floating point constant to int64_t. This avoids the runtime
conversion of the the other operand in a