Re: [PATCH, rs6000] Remove non-ABI builtin support for vec_insert4b, vec_extract4b

2018-02-16 Thread Segher Boessenkool
Hi! > This is the second patch that removes the non-ABI vec_insert4b and > vec_extract4b builtin support. It also removes the two existing test > files for the non-ABI builtin instances. A runnable test file for the > ABI specified builtins was added by the first patch. Looks good too; okay

[PATCH, rs6000] Remove non-ABI builtin support for vec_insert4b, vec_extract4b

2018-02-14 Thread Carl Love
GCC maintainers: This is the second patch that removes the non-ABI vec_insert4b and vec_extract4b builtin support. It also removes the two existing test files for the non-ABI builtin instances. A runnable test file for the ABI specified builtins was added by the first patch. This patch has