OSDN Git Service

2002-02-06 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Feb 2002 06:15:37 +0000 (06:15 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Feb 2002 06:15:37 +0000 (06:15 +0000)
commit3971c9922225265df73f0651f810a0c46ccec911
treeca24709a38249b10a4215ce4f75bb18370e39155
parentde79a9e1dd2c158b3301f7f1f529336e5280a42b
2002-02-06  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (altivec_init_builtins): Handle
        __builtin_altivec_abs*.
        (bdesc_abs): New.

        * config/rs6000/rs6000.h (rs6000_builtins): Add
        ALTIVEC_BUILTIN_ABS*.

        * config/rs6000/altivec.h: Use const char for builtins expecting
        literals.
        (vec_abs): New versions for C and C++.
        (vec_abss): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49671 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/config/rs6000/altivec.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md