These two patches implement 2 minor improvements to the vector builtins.

Committed after successful regression testing with -march=z13.  The
patches will be applied to GCC 6 branch as well.

Andreas Krebbel (2):
  S/390: Fix vlvg vlgv low-level builtins.
  S/390: Provide low-level builtins with __int128 ops.

 gcc/config/s390/s390-builtin-types.def |   3 +
 gcc/config/s390/s390-builtins.def      |  69 ++++++++++++--------
 gcc/config/s390/s390.c                 |  15 +++++
 gcc/config/s390/s390.md                |   5 +-
 gcc/config/s390/vecintrin.h            |  16 ++---
 gcc/config/s390/vx-builtins.md         | 113 +++++++++------------------------
 6 files changed, 101 insertions(+), 120 deletions(-)

-- 
2.9.1

Reply via email to