-
### Test Case
```rs
// main.rs
use wasmtime::*;
fn main() -> Result {
let mut config = Config::default();
config.strategy(Strategy::Cranelift);
config.cranelift_opt_level(OptLev…
-
# 总结
- https://github.com/riscv-software-src/opensbi
- https://blog.csdn.net/tugouxp/article/details/107938010
- qemu调试汇编:https://blog.csdn.net/luteresa/article/details/119615923
- rustsbi:[rustsb…
cisen updated
2 years ago
-
> Make sure that `git diff` result is empty and you've just pulled fresh master. Try cleaning up cmake cache. Just in case, official build instructions are published here: https://clickhouse.com/docs/…
-
## Description
I have compiled dependent libraries such as LLVM and LLD into files that conform to the RISC-V architecture by cross-compiling, and built WasmEdge with these dependent libraries. But…
-
您好,请问你们在南湖上有跑过linpack和whetstone这两个benchmark吗?我在跑自己找的benchmark时,发现缺少一些函数(例如fabs),不知道你们是怎么解决的?
Hello!have you run the benchmark of linpack and whetstone in Nanhu? when I run these two benchmarks whic…
-
When compiling openCV with latest gcc 9.x it ends up with linking errors
```
| modules/datasets/CMakeFiles/opencv_datasets.dir/src/tinyxml2/tinyxml2.cpp.o: in function `tinyxml2::XMLUtil::StringEq…
kraj updated
7 months ago
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
### 2. What did you expect to see? (Required)
### 3. What did…
-
Attached testcase crashed Clang itself, it only happens on RISC-V64
```console
In file included from /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/bpftrace/0.16.0+gita277ec42102c463d656df8f64…
-
In an attempt to make LLD as default linker in a Yocto distro,
when using LLD/RISC-V64 from Clang 16.0.6 several packages are failing to link with below error
```console
riscv64-yoe-linux-ld.lld…
-
By deleting line 155 (#include ) in ggml.c, it works just fine on RISC-V.
Maybe this can be added in Cmake?