loongfloat/README.md
2026-09-01 08:56:18 +00:00

15 lines
196 B
Markdown

Reproduction for <https://github.com/boyter/scc/issues/767>.
Run natively:
```
go run .
```
Run loongarch binary via Docker/Podman:
```
docker build -t loongfloat .
docker run loongfloat
```