extend.texi: Update the built-in documentation file for the existing built-in functio...
authorCarl Love <cel@us.ibm.com>
Tue, 25 Jul 2017 23:16:25 +0000 (23:16 +0000)
committerCarl Love <carll@gcc.gnu.org>
Tue, 25 Jul 2017 23:16:25 +0000 (23:16 +0000)
commit52645850fc57ff68a8a7704f7611b18f5c853cda
tree6ded539d4c1d65689b44b317c5ead8c962ec10df
parent08327dfa73c3cc2daf15a0c4405ae1bcfa940ef3
extend.texi: Update the built-in documentation file for the existing built-in functions...

gcc/ChangeLog:

2017-07-25  Carl Love  <cel@us.ibm.com>

* doc/extend.texi: Update the built-in documentation file for the
existing built-in functions
vector signed char vec_cnttz (vector signed char);
vector unsigned char vec_cnttz (vector unsigned char);
vector signed short vec_cnttz (vector signed short);
vector unsigned short vec_cnttz (vector unsigned short);
vector signed int vec_cnttz (vector signed int);
vector unsigned int vec_cnttz (vector unsigned int);
vector signed long long vec_cnttz (vector signed long long);
vector unsigned long long vec_cnttz (vector unsigned long long);

gcc/testsuite/ChangeLog:

2017-07-25  Carl Love  <cel@us.ibm.com>

* gcc.target/powerpc/builtins-4-p9-runnable.c:  Add test file for
vec_cnttz builtins.

From-SVN: r250549
gcc/ChangeLog
gcc/doc/extend.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/builtins-4-p9-runnable.c [new file with mode: 0644]