File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ n?n(with) random -n?n(w/o)
3333get 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
4343e.g.
4444```
You can’t perform that action at this time.
0 commit comments