Hi again Rasmus,

> On 17 Dec 2021, at 14:03, Rasmus Villemoes <rasmus.villem...@prevas.dk> wrote:
> 
> On 17/12/2021 13.10, Olivier Hainque wrote:
>> Hello,
>> 
>> The attached patch adds a fixincludes add for VxWorks
>> to add missing FP_ constant definition to math.h, intended
>> for old versions of the kernel math.h header.
> 
> Don't you also need to add an fpclassify() macro? There's a
> 
> checking for ISO C99 support in <math.h> for C++98
> 
> which checks whether math.h supplies (among others) fpclassify().

We have a separate "fix" for a set of such functions indeed.

> We've patched our math.h to supply those constants as well as an
> fpclassify() macro. So I suppose the 'bypass = "FP_INFINITE"' would mean
> that this fixinclude would just be skipped for our case(?).

That's my understanding, yes.

Reply via email to