pengfei added inline comments.

================
Comment at: clang/lib/Headers/avx512fintrin.h:31
+ * appear in the interface though. */
+typedef signed char __v64qs __attribute__((__vector_size__(64)));
+
----------------
craig.topper wrote:
> pengfei wrote:
> > Do we need to declare explicit `signed`?
> The signedness of char is platform specific.
Got it, thank you!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117791/new/

https://reviews.llvm.org/D117791

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to