aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorCarl Love <cel@us.ibm.com>2017-01-16 17:18:05 +0000
committerCarl Love <carll@gcc.gnu.org>2017-01-16 17:18:05 +0000
commit76689ffc1ef69892e36b9ca7d1efb9438d51d0b2 (patch)
tree4ade759b4eb3247f5be8b99d2058b04da8b40664 /gcc/gcc.c
parent1a413677093aca39a9a51c40bdead14d9a06593e (diff)
downloadgcc-76689ffc1ef69892e36b9ca7d1efb9438d51d0b2.zip
gcc-76689ffc1ef69892e36b9ca7d1efb9438d51d0b2.tar.gz
gcc-76689ffc1ef69892e36b9ca7d1efb9438d51d0b2.tar.bz2
rs6000-c (altivec_overloaded_builtins): Add support for built-in functions vector signed char vec_nabs (vector signed...
gcc/ChangeLog: 2017-01-16 Carl Love <cel@us.ibm.com> * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support for built-in functions vector signed char vec_nabs (vector signed char) vector signed short vec_nabs (vector signed short) vector signed int vec_nabs (vector signed int) vector signed long long vec_nabs (vector signed long long) vector float vec_nabs (vector float) vector double vec_nabs (vector double) * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions and NABS overload. * config/rs6000/altivec.md: New define_expand nabs<mode>2 types * config/rs6000/altivec.h: New define for vec_nabs built-in function. * doc/extend.texi: Update the documentation file for the new built-in functions. gcc/testsuite/ChangeLog: 2017-01-16 Carl Love <cel@us.ibm.com> * gcc.target/powerpc/builtins-3.c: New vec_nabs testcase. * gcc.target/powerpc/builtins-3-p8.c: New vec_nabs testcase. From-SVN: r244501
Diffstat (limited to 'gcc/gcc.c')
0 files changed, 0 insertions, 0 deletions