HackerTrans
TopNewTrendsCommentsPastAskShowJobs

asfaewafasd

no profile record

comments

asfaewafasd
·há 5 meses·discuss
``` // 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?