COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CompilerTest.cpp
Go to the documentation of this file.
1 #include <iostream>
2 #include <stdint.h>
3 
4 int main()
5 {
6  uint64_t v, val0;
7  v *= (val0 | UINT64_C(0x4519840211493211));
8  return v;
9 }