```
// this is the type used in the intrinsics signature
// (and uint64_t is unsigned long, not unsigned long long...)
using u64 = unsigned long long;
```
Can somebody explain to me why uint64_t (unsigned long according to the post) cannot be used here?
Can somebody explain to me why uint64_t (unsigned long according to the post) cannot be used here?