https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100930
Bill Schmidt <wschmidt at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2021-06-06
Ever confirmed|0 |1
CC| |bergner at gcc dot gnu.org,
| |segher at gcc dot gnu.org
--- Comment #1 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Hi Jens,
The old xlC names are nonstandard. The agreed-upon names between GCC and
OpenXL are vec_signexti, vec_signextll, and vec_signextq, having result type
vector signed int, vector signed long long, and vector signed __int128,
respectively. vec_signextq is available only for P10.
Unfortunately these aren't yet implemented (their absence was discovered not
too long ago), so we still have work to do here. :(
Confirmed.