[PATCH] D32282: [ARM] ACLE Chapter 9 support

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 03:03:34 PDT 2017


samparker added inline comments.


================
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__))
----------------
rengolin wrote:
> Is `arm_neon.h` guaranteed to have been included by now?
no, but clang does build this macro for suitable targets.


https://reviews.llvm.org/D32282





More information about the llvm-commits mailing list