================ @@ -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) ---------------- RKSimon wrote:
no need for this as TEST_CONSTEXPR has its own guards. https://github.com/llvm/llvm-project/pull/173908 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
