Thanks,
I also got it on the documentation
[https://gcc.gnu.org/install/configure.html]
"If using|--without-long-double-128|,|long double|will be by default
64-bit, the same as|double|type"
That's clear!
I am adding Andrew for his comments on this patch.
Thanks.
On 25/11/25 12:20 pm, Kishan Parmar wrote:
Yes, "--without-long-double-128" is the only supported way to request a 64-bit
long double on Power.
"--with-long-double-64", was mistakenly mentioned in documentation
and are not recognized by the configure script.
Thanks,
Kishan
On 25/11/25 11:38 am, Manjunath S Matti wrote:
Hi,
This patch is simple, but I have a question here!
Do you mean "--without-long-double-128" implies "--with-long-double-64" ?
Apart for the comment, the patch looks good to me
Regards,
Manjunath S Matti.