mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 13:30:59 +08:00
extend.texi (PowerPC AltiVec/VSX Built-in Functions): Document use of vec_xxsldwi and vec_xxpermdi builtins.
2014-03-27 Michael Meissner <meissner@linux.vnet.ibm.com> * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions): Document use of vec_xxsldwi and vec_xxpermdi builtins. From-SVN: r208880
This commit is contained in:
parent
7651172f59
commit
6788164be4
gcc
@ -37,6 +37,9 @@
|
||||
* doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
|
||||
constraint.
|
||||
|
||||
* doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
|
||||
Document vec_vbpermq builtin.
|
||||
|
||||
PR target/60672
|
||||
* config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
|
||||
enable use of xxsldwi and xxpermdi builtin functions.
|
||||
|
@ -15075,6 +15075,9 @@ vector unsigned long long vec_vaddudm (vector bool unsigned long long,
|
||||
vector unsigned long long vec_vaddudm (vector unsigned long long,
|
||||
vector bool unsigned long long);
|
||||
|
||||
vector long long vec_vbpermq (vector signed char, vector signed char);
|
||||
vector long long vec_vbpermq (vector unsigned char, vector unsigned char);
|
||||
|
||||
vector long long vec_vclz (vector long long);
|
||||
vector unsigned long long vec_vclz (vector unsigned long long);
|
||||
vector int vec_vclz (vector int);
|
||||
|
Loading…
x
Reference in New Issue
Block a user