https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100871
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Marius Hillenbrand <mhil...@gcc.gnu.org>: https://gcc.gnu.org/g:a4fc63e0c3c6c7b895225c883137d152743be7fc commit r12-1559-ga4fc63e0c3c6c7b895225c883137d152743be7fc Author: Marius Hillenbrand <mhil...@linux.ibm.com> Date: Wed Jun 16 18:26:48 2021 +0200 IBM Z: Fix vector intrinsics vec_double and vec_floate Fix the mapping of vec_double and vec_floate to builtins. gcc/ChangeLog: PR target/100871 * config/s390/vecintrin.h (vec_doublee): Fix to use __builtin_s390_vflls. (vec_floate): Fix to use __builtin_s390_vflrd. gcc/testsuite/ChangeLog: * gcc.target/s390/zvector/vec-doublee.c: New test. * gcc.target/s390/zvector/vec-floate.c: New test.