[Bug target/107315] support 128bit long double on aarch64 darwin

2022-10-24 Thread hengxu at bao dot ac.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107315 --- Comment #4 from hengxu010 --- Hi Iain , thank you very much! I'm very happy to hear that you have'd already implement the support for 16 bite float type in the development version of gcc, I can try that later. Hope the official version can b

[Bug target/107315] support 128bit long double on aarch64 darwin

2022-10-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107315 --- Comment #3 from Iain Sandoe --- As Andrew says, we cannot alter the type of "long double" since the ABI specifies it is the same as double ... but .. we can (and have) add 16byte float support. -- The development branch for aarch64-dar

[Bug target/107315] support 128bit long double on aarch64 darwin

2022-10-21 Thread hengxu at bao dot ac.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107315 --- Comment #2 from hengxu010 --- (In reply to Andrew Pinski from comment #1) Thank you Andrew, for replying and explain this question very clearly. Can I ask that do you have any plan to add support for 128bit long double or just maintain th

[Bug target/107315] support 128bit long double on aarch64 darwin

2022-10-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107315 Andrew Pinski changed: What|Removed |Added Summary|The "long double float" is |support 128bit long double