forked from OSchip/llvm-project
[PPC] Fixing a typo in altivec.h. Commenting out an unnecessary macro
This commit is contained in:
parent
c823d74914
commit
fc750f609d
|
@ -3502,7 +3502,7 @@ static __inline__ vector signed __int128 __ATTRS_o_ai
|
||||||
vec_div(vector signed __int128 __a, vector signed __int128 __b) {
|
vec_div(vector signed __int128 __a, vector signed __int128 __b) {
|
||||||
return __a / __b;
|
return __a / __b;
|
||||||
}
|
}
|
||||||
#endif __POWER10_VECTOR__
|
#endif /* __POWER10_VECTOR__ */
|
||||||
|
|
||||||
/* vec_xvtdiv */
|
/* vec_xvtdiv */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue