================ @@ -138,3 +138,30 @@ unsigned long long test_mm_crc32_u64(unsigned long long CRC, unsigned long long return _mm_crc32_u64(CRC, V); } #endif + +#if defined(__cplusplus) && (__cplusplus >= 201103L) ---------------- raventid wrote:
well spotted! fixed in https://github.com/llvm/llvm-project/pull/173908/changes/a0004ecd1cdbfc2b7d25b0dfc76d67dff1aea897 https://github.com/llvm/llvm-project/pull/173908 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
