Re: [Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Martin Storsjö
On Thu, 22 Aug 2024, Pali Rohár wrote: On Thursday 22 August 2024 18:05:17 Martin Storsjö wrote: On Thu, 22 Aug 2024, Pali Rohár wrote: On Thursday 22 August 2024 13:24:32 Martin Storsjö wrote: This reverts parts of 52c98b1273a61b7a3e1fc93142fa4b5e4c3ee5ab. While powf indeed is available in

Re: [Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Pali Rohár
On Thursday 22 August 2024 17:37:41 Jacek Caban wrote: > On 22.08.2024 17:08, Pali Rohár wrote: > > On Thursday 22 August 2024 18:05:17 Martin Storsjö wrote: > > > On Thu, 22 Aug 2024, Pali Rohár wrote: > > > > > > > On Thursday 22 August 2024 13:24:32 Martin Storsjö wrote: > > > > > This reverts

Re: [Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Jacek Caban
On 22.08.2024 17:08, Pali Rohár wrote: On Thursday 22 August 2024 18:05:17 Martin Storsjö wrote: On Thu, 22 Aug 2024, Pali Rohár wrote: On Thursday 22 August 2024 13:24:32 Martin Storsjö wrote: This reverts parts of 52c98b1273a61b7a3e1fc93142fa4b5e4c3ee5ab. While powf indeed is available in

Re: [Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Jacek Caban
On 22.08.2024 12:24, Martin Storsjö wrote: This reverts parts of 52c98b1273a61b7a3e1fc93142fa4b5e4c3ee5ab. While powf indeed is available in UCRT on i386 too, it's missing in Wine's i386 ucrtbase.dll (as of Wine 9.15). This probably stems from the same mistake originally. (Most of the float math

Re: [Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Pali Rohár
On Thursday 22 August 2024 18:05:17 Martin Storsjö wrote: > On Thu, 22 Aug 2024, Pali Rohár wrote: > > > On Thursday 22 August 2024 13:24:32 Martin Storsjö wrote: > > > This reverts parts of 52c98b1273a61b7a3e1fc93142fa4b5e4c3ee5ab. > > > > > > While powf indeed is available in UCRT on i386 too,

Re: [Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Martin Storsjö
On Thu, 22 Aug 2024, Pali Rohár wrote: On Thursday 22 August 2024 13:24:32 Martin Storsjö wrote: This reverts parts of 52c98b1273a61b7a3e1fc93142fa4b5e4c3ee5ab. While powf indeed is available in UCRT on i386 too, it's missing in Wine's i386 ucrtbase.dll (as of Wine 9.15). This probably stems f

Re: [Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Pali Rohár
On Thursday 22 August 2024 13:24:32 Martin Storsjö wrote: > This reverts parts of 52c98b1273a61b7a3e1fc93142fa4b5e4c3ee5ab. > > While powf indeed is available in UCRT on i386 too, it's missing > in Wine's i386 ucrtbase.dll (as of Wine 9.15). This probably stems > from the same mistake originally.

[Mingw-w64-public] [PATCH] crt: Avoid using powf in UCRT on i386, temporarily

2024-08-22 Thread Martin Storsjö
This reverts parts of 52c98b1273a61b7a3e1fc93142fa4b5e4c3ee5ab. While powf indeed is available in UCRT on i386 too, it's missing in Wine's i386 ucrtbase.dll (as of Wine 9.15). This probably stems from the same mistake originally. (Most of the float math functions, suffixed with -f, are unavailable