Hi,
Thanks for review :)
-Mahesh
On Wednesday 21 June 2017 03:10 PM, Lankhorst, Maarten wrote:
Mahesh Kumar schreef op wo 21-06-2017 om 11:44 [+0530]:
This patch introduce addition wrapper for fixed point 16.16
operations.
Which will be used by later patches to avoid direct member variables
Mahesh Kumar schreef op wo 21-06-2017 om 11:44 [+0530]:
> This patch introduce addition wrapper for fixed point 16.16
> operations.
> Which will be used by later patches to avoid direct member variables
> access of fixed_16_16_t structure.
>
> add_fixed16 : takes 2 fixed_16_16_t variable & returns
This patch introduce addition wrapper for fixed point 16.16 operations.
Which will be used by later patches to avoid direct member variables
access of fixed_16_16_t structure.
add_fixed16 : takes 2 fixed_16_16_t variable & returns fixed_16_16_t
add_fixed16_u32 : takes fixed_16_16_t & u32 variable