]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000, Remove redundant built-in __builtin_vsx_xvcvuxwdp
authorCarl Love <cel@linux.ibm.com>
Thu, 1 Aug 2024 22:33:42 +0000 (18:33 -0400)
committerCarl Love <cel@linux.ibm.com>
Fri, 17 Jan 2025 15:57:51 +0000 (09:57 -0600)
commit7a47e480390f9087ee75adbba8aaff2022244b2b
tree07e3e45c6c698741cf82d9cab8a5024367184e1d
parent38e862a6aa1b8ed209100a28f754f53cb10207de
rs6000, Remove redundant built-in __builtin_vsx_xvcvuxwdp

The built-in __builtin_vsx_xvcvuxwdp can be covered with PVIPR
function vec_doubleo on LE and vec_doublee on BE.  There are no test
cases or documentation for __builtin_vsx_xvcvuxwdp.  This patch
removes the redundant built-in.

gcc/ChangeLog:
* config/rs6000/rs6000-builtins.def (__builtin_vsx_xvcvuxwdp):
Remove built-in definition.
gcc/config/rs6000/rs6000-builtins.def