diff options
author | Carl Love <cel@us.ibm.com> | 2017-07-25 23:16:25 +0000 |
---|---|---|
committer | Carl Love <carll@gcc.gnu.org> | 2017-07-25 23:16:25 +0000 |
commit | 52645850fc57ff68a8a7704f7611b18f5c853cda (patch) | |
tree | 6ded539d4c1d65689b44b317c5ead8c962ec10df /gcc/function.c | |
parent | 08327dfa73c3cc2daf15a0c4405ae1bcfa940ef3 (diff) | |
download | gcc-52645850fc57ff68a8a7704f7611b18f5c853cda.zip gcc-52645850fc57ff68a8a7704f7611b18f5c853cda.tar.gz gcc-52645850fc57ff68a8a7704f7611b18f5c853cda.tar.bz2 |
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
Diffstat (limited to 'gcc/function.c')
0 files changed, 0 insertions, 0 deletions