diff options
author | Carl Love <cel@us.ibm.com> | 2017-05-10 15:54:41 +0000 |
---|---|---|
committer | Carl Love <carll@gcc.gnu.org> | 2017-05-10 15:54:41 +0000 |
commit | 5562ebfc6456b545c500b7d22ea8bceb446fb9fc (patch) | |
tree | 959bca95f6b285b26140d8471b51231b5badc09f /gcc/tree-cfg.h | |
parent | b1ce66fa69ba89a8a63da74780283bff20f98331 (diff) | |
download | gcc-5562ebfc6456b545c500b7d22ea8bceb446fb9fc.zip gcc-5562ebfc6456b545c500b7d22ea8bceb446fb9fc.tar.gz gcc-5562ebfc6456b545c500b7d22ea8bceb446fb9fc.tar.bz2 |
rs6000-c: Add support for built-in functions vector signed char vec_neg (vector...
gcc/ChangeLog:
2017-05-10 Carl Love <cel@us.ibm.com>
* config/rs6000/rs6000-c: Add support for built-in functions
vector signed char vec_neg (vector signed char)
vector signed short int vec_neg (vector short int)
vector signed int vec_neg (vector signed int)
vector signed long long vec_neg (vector signed long long)
vector float vec_neg (vector float)
vector double vec_neg (vector double)
* config/rs6000/rs6000-builtin.def: Add definitions for NEG function
overload.
* config/rs6000/altivec.h: Add define for vec_neg
* doc/extend.texi: Update the built-in documentation for the
new built-in functions.
gcc/testsuite/ChangeLog:
2017-05-10 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/builtins-3.c: Add tests for the new built-ins to
to the test suite file.
* gcc.target/powerpc/builtins-3-p8.c: Add tests for the new built-ins to
to the test suite file.
From-SVN: r247841
Diffstat (limited to 'gcc/tree-cfg.h')
0 files changed, 0 insertions, 0 deletions