]> gcc.gnu.org Git - gcc.git/commit
Make __float128 use the _Float128 type.
authorMichael Meissner <meissner@linux.ibm.com>
Fri, 12 Aug 2022 04:17:34 +0000 (00:17 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Fri, 12 Aug 2022 04:17:34 +0000 (00:17 -0400)
commit210a3feacc64cb76a23f879dfadb29495c65aa30
tree3df89302bc3fe43a6755d94e05fa8bb4c1e9122e
parent3dfe6754647f527dbe49bdbc1e34c065276ad537
Make __float128 use the _Float128 type.

2022-08-12   Michael Meissner  <meissner@linux.ibm.com>

gcc/

* config/rs6000/rs6000-builtin.cc (rs6000_init_builtins): Always use the
_Float128 type for __float128.  Don't use the long double type.
* config/rs6000/rs6000.cc (rs6000_libgcc_floating_mode_supported_p):
Use KFmode for Float128 mode.
(rs6000_floatn_mode): Likewise.
(rs6000_c_mode_for_suffix): Likewise.
gcc/config/rs6000/rs6000-builtin.cc
gcc/config/rs6000/rs6000.cc
This page took 0.062081 seconds and 6 git commands to generate.