Re: [Mingw-w64-public] nexttoward/nexttowardf on UCRT

2024-06-23 Thread LIU Hao
在 2024-06-22 20:51, Nakai Yuta 写道: Hi, We can use the UCRT function for nexttoward as well as nexttoward on ARM/ARM64. Also, on x86, we need to use mingw implementation due to long double. Why is nexttoward included in libmingwex and nexttowardf in libucrt? I think it was an oversight in 38fa54

[Mingw-w64-public] nexttoward/nexttowardf on UCRT

2024-06-22 Thread Nakai Yuta
Hi, We can use the UCRT function for nexttoward as well as nexttoward on ARM/ARM64. Also, on x86, we need to use mingw implementation due to long double. Why is nexttoward included in libmingwex and nexttowardf in libucrt? Regards, Yuta ___ Mingw-w64-pu