zejiang0jason
Results
2
issues of
zejiang0jason
Hi, Recently I ran the coremark on HiFive1 board, https://www.sifive.com/products/hifive1/ With GCC, my test result is 2.66, the official data is 2.73. They are very close. With LLVM built from...
Hi llvm maintainers, I can build the llvm on 64-bit ubuntu, but I got error when I compile the *.c code using: clang -target riscv64 -mriscv=RV64IAMFD -S hello.c -o hello.S...