[PATCH] D26282: [PowerPC] Implement plain VSX load/store builtins.

Nemanja Ivanovic via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 4 13:39:30 PDT 2016


nemanjai added inline comments.


================
Comment at: lib/Headers/altivec.h:15618
+
+#if defined(__POWER8_VECTOR__) && defined(__powerpc64__)
+static inline __ATTRS_o_ai vector signed __int128
----------------
Please move the __int128 overloads below the 64-bit ones to keep the overloads ordered by size.


https://reviews.llvm.org/D26282





More information about the cfe-commits mailing list