extend.texi (Basic PowerPC Built-in Functions Available on ISA 2.05): Replace __uint1...
authorKelvin Nilsen <kelvin@gcc.gnu.org>
Fri, 27 Jul 2018 17:38:10 +0000 (17:38 +0000)
committerKelvin Nilsen <kelvin@gcc.gnu.org>
Fri, 27 Jul 2018 17:38:10 +0000 (17:38 +0000)
commit58f51e5ca290160e67dcbf3b89654e025c9d3136
tree7c673e0612cecb1ace74b207ce0e39beb63fcfe8
parente4bbeea27ee88bca0261978ad389f2aff9a6b7fb
extend.texi (Basic PowerPC Built-in Functions Available on ISA 2.05): Replace __uint128_t with __uint128 and __int128_t with __int128 in built-in...

gcc/ChangeLog:

2018-07-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>

* doc/extend.texi (Basic PowerPC Built-in Functions Available on
ISA 2.05):  Replace __uint128_t with __uint128 and __int128_t with
__int128 in built-in function prototypes.
(PowerPC AltiVec Built-in Functions on ISA 2.07): Likewise.
(PowerPC AltiVec Built-in Functions on ISA 3.0): Likewise.

From-SVN: r263033
gcc/ChangeLog
gcc/doc/extend.texi