================ @@ -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) +TEST_CONSTEXPR(_mm_crc32_u8(0x02a24bf8, 0xba) == 0xa042cf00); ---------------- raventid wrote:
regrouped the tests 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
