================
@@ -20,6 +20,14 @@
#define __DEFAULT_FN_ATTRS256 \
__attribute__((__always_inline__, __nodebug__, __target__("f16c"),
__min_vector_width__(256)))
+#ifdef __cplusplus
----------------
RKSimon wrote:Use this instead: `#if defined(__cplusplus) && (__cplusplus >= 201103L)` https://github.com/llvm/llvm-project/pull/158142 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
