On Thu, May 26, 2016 at 12:37 PM, Ian Romanick <i...@freedesktop.org> wrote:
> On 05/26/2016 11:28 AM, Matt Turner wrote:
>> ---
>>  src/util/rounding.h | 14 ++++++++++++++
>>  1 file changed, 14 insertions(+)
>>
>> diff --git a/src/util/rounding.h b/src/util/rounding.h
>> index afb38fb..8a3e630 100644
>> --- a/src/util/rounding.h
>> +++ b/src/util/rounding.h
>> @@ -112,6 +112,20 @@ _mesa_lroundevenf(float x)
>>   * \brief Rounds \c x to the nearest integer, with ties to the even integer,
>>   * and returns the value as a long int.
>>   */
>> +static inline long long
>> +_mesa_llroundevenf(float x)
>
> Is this used later in the series, and I just missed it?

Doh. It was in an earlier version. I'll drop this.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to