COMBINATORIAL_BLAS 1.6
CompilerTest.cpp
Go to the documentation of this file.
1#include <iostream>
2#include <stdint.h>
3
4int main()
5{
6 uint64_t v, val0;
7 v *= (val0 | UINT64_C(0x4519840211493211));
8 return v;
9}
int main()
Definition: CompilerTest.cpp:4
#define UINT64_C(val)
Definition: stdint.h:238
unsigned __int64 uint64_t
Definition: stdint.h:90