[PPC] Fixing a typo in altivec.h. Commenting out an unnecessary macro

This commit is contained in:
Masoud Ataei 2020-12-08 19:21:02 +00:00
parent c823d74914
commit fc750f609d
1 changed files with 1 additions and 1 deletions

View File

@ -3502,7 +3502,7 @@ static __inline__ vector signed __int128 __ATTRS_o_ai
vec_div(vector signed __int128 __a, vector signed __int128 __b) {
return __a / __b;
}
#endif __POWER10_VECTOR__
#endif /* __POWER10_VECTOR__ */
/* vec_xvtdiv */