[PATCH] D32282: [ARM] ACLE Chapter 9 support
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 02:46:57 PDT 2017
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
Hi Sam,
A simple inline question, but otherwise, LGTM. Thanks!
================
Comment at: lib/Headers/arm_acle.h:327
+/* 9.5.5 Packing and unpacking */
+#if __ARM_FEATURE_SIMD32
+static __inline__ int16x2_t __attribute__((__always_inline__, __nodebug__))
----------------
Is `arm_neon.h` guaranteed to have been included by now?
https://reviews.llvm.org/D32282
More information about the llvm-commits
mailing list