FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 79886b2e35 - Show all commits

View file

@ -615,6 +615,8 @@ uint64_t _mm_crc32_u64(uint64_t a, uint64_t b )
int main( int argc, char** argv )
{
// Squelch warning about unusued variable crc_c
(void)(crc_c);
uint64_t f = 0x1234;
uint64_t a = 0x5678;
uint32_t f1 = _mm_crc32_u64(f, a);