Skip to content

Commit

Permalink
[PPC] Fixing a typo in altivec.h. Commenting out an unnecessary macro
Browse files Browse the repository at this point in the history
  • Loading branch information
msdataei committed Dec 8, 2020
1 parent c823d74 commit fc750f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Headers/altivec.h
Expand Up @@ -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 */

Expand Down

0 comments on commit fc750f6

Please sign in to comment.