You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when I use the compiler riscv64, no matter -march = rv32gc or -march = rv64gc, typedef signed long int64_t; always appears. Obviously, when -march = rv32gc, it is correct to typedef the signed long long int64_t;.
The text was updated successfully, but these errors were encountered:
I found that when I use the compiler riscv64, no matter
-march = rv32gc
or-march = rv64gc
,typedef signed long int64_t;
always appears. Obviously, when-march = rv32gc
, it is correct totypedef the signed long long int64_t;
.The text was updated successfully, but these errors were encountered: