On 5/7/2025 12:35 PM, Konstantin Ananyev wrote:
Add support for parsing floating point numbers in cmdline library, as well
as unit tests for the new functionality. The parser supports single and
double precision floats, and will understand decimal fractions as well as
scientific notation.
Th
> -Original Message-
> From: Burakov, Anatoly
> Sent: Wednesday, May 7, 2025 12:07 PM
> To: Konstantin Ananyev ; dev@dpdk.org
> Subject: Re: [PATCH v4 1/2] cmdline: add floating point support
>
> On 5/7/2025 12:35 PM, Konstantin Ananyev wrote:
> >
>
On 5/7/2025 2:24 PM, Konstantin Ananyev wrote:
-Original Message-
From: Burakov, Anatoly
Sent: Wednesday, May 7, 2025 12:07 PM
To: Konstantin Ananyev ; dev@dpdk.org
Subject: Re: [PATCH v4 1/2] cmdline: add floating point support
On 5/7/2025 12:35 PM, Konstantin Ananyev wrote
> Add support for parsing floating point numbers in cmdline library, as well
> as unit tests for the new functionality. The parser supports single and
> double precision floats, and will understand decimal fractions as well as
> scientific notation.
There are standard functions for that: strtod
Add support for parsing floating point numbers in cmdline library, as well
as unit tests for the new functionality. The parser supports single and
double precision floats, and will understand decimal fractions as well as
scientific notation.
Signed-off-by: Anatoly Burakov
---
Notes:
v3 -> v4
5 matches
Mail list logo