Re: [PATCH v4 1/4] math.h: Introduce data types for fractional numbers

From: Andy Shevchenko
Date: Wed Jan 26 2022 - 09:13:51 EST


On Wed, Jan 26, 2022 at 03:53:50PM +0200, Andy Shevchenko wrote:
> Introduce a macro to produce data types like
>
> struct TYPE_fract {
> __TYPE numerator;
> __TYPE denominator;
> };
>
> to be used in the code wherever it's needed.
>
> In the following changes convert some users to it.

The context of v4 is the dropped AFE patches.

--
With Best Regards,
Andy Shevchenko