OSDN Git Service

[PPC] Fixing a typo in altivec.h. Commenting out an unnecessary macro
authorMasoud Ataei <msd.ataei@gmail.com>
Tue, 8 Dec 2020 19:21:02 +0000 (19:21 +0000)
committerMasoud Ataei <msd.ataei@gmail.com>
Tue, 8 Dec 2020 19:21:02 +0000 (19:21 +0000)
clang/lib/Headers/altivec.h

index 24d600e..2b82113 100644 (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 */