HackerTrans
トップ新着トレンドコメント過去質問紹介求人

asfaewafasd

no profile record

コメント

asfaewafasd
·5 か月前·議論
``` // 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?