Skip to content

Commit df41f26

Browse files
committed
readme
1 parent 30371d0 commit df41f26

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ n?n(with) random -n?n(w/o)
3333
get any version from here:
3434

3535
|file|what|compile|created with|
36-
|---|---|---|
37-
[k.f](https://github.com/ktye/i/releases/download/latest/k.f)|fortran version|`gfortran k.f`|[f.go](https://github.com/ktye/wg/blob/master/f77/f.go)|
38-
[k.c](https://github.com/ktye/i/releases/download/latest/k.c)|c version|`gcc k.c -lm`|[cc.k](https://github.com/ktye/i/blob/master/x/cc.k)|
39-
[kv.c](https://github.com/ktye/i/releases/download/latest/kv.c)|c simd5 |`clang-18 -O3 -mavx2 kv.c -lm`|[c.go](https://github.com/ktye/wg/blob/master/c.go)|
40-
[k.go](https://github.com/ktye/i/releases/download/latest/k.go)|go version|`go build k.go`|[go.k](https://github.com/ktye/i/blob/master/x/go.k)|
41-
[k.wasm](https://ktye.github.io/k.wasm)|run [online](https://ktye.github.io.k.html)||[wat.go](https://github.com/ktye/wg/blob/master/wat.go)|
36+
|---|---|---|---|
37+
|[k.f](https://github.com/ktye/i/releases/download/latest/k.f)|fortran version|`gfortran k.f`|[f.go](https://github.com/ktye/wg/blob/master/f77/f.go)|
38+
|[k.c](https://github.com/ktye/i/releases/download/latest/k.c)|c version|`gcc k.c -lm`|[cc.k](https://github.com/ktye/i/blob/master/x/cc.k)|
39+
|[kv.c](https://github.com/ktye/i/releases/download/latest/kv.c)|c simd5 |`clang-18 -O3 -mavx2 kv.c -lm`|[c.go](https://github.com/ktye/wg/blob/master/c.go)|
40+
|[k.go](https://github.com/ktye/i/releases/download/latest/k.go)|go version|`go build k.go`|[go.k](https://github.com/ktye/i/blob/master/x/go.k)|
41+
|[k.wasm](https://ktye.github.io/k.wasm)|run [online](https://ktye.github.io.k.html)||[wat.go](https://github.com/ktye/wg/blob/master/wat.go)|
4242

4343
e.g.
4444
```

0 commit comments

Comments
 (0)