now.
>
Thanks. Maybe some testing.
--joel
>
>
>
>
> *From:* Joel Sherrill
> *Sent:* Mittwoch, 11. Januar 2023 14:08
> *To:* Sommer, Jan
> *Cc:* rtems-us...@rtems.org
> *Subject:* Re: C++ math functions not available in namespace std
>
>
>
> This happens o
Ah, thanks for the clarification.
If I can be of any help with the porting, let me know.
From: Joel Sherrill
Sent: Mittwoch, 11. Januar 2023 14:08
To: Sommer, Jan
Cc: rtems-us...@rtems.org
Subject: Re: C++ math functions not available in namespace std
This happens on the architectures where
This happens on the architectures where size of long double is not the same
as double. The header file disables everything if any math method is
missing.
I have it on my list to address. I was porting the long double methods from
FreeBSD before anyone ran into this but haven't finished
On Wed, Ja
Hello and happy New Year,
I stumbled upon a slightly weird problem with the current cross-compilers.
According to https://en.cppreference.com/w/cpp/numeric/math/fmax std::fmax
should be part of for >= C++11.
However, if I try to use it, I sometimes get "error: 'fmax' is not a member of
'std';