Skip to content

Commit d184863

Browse files
authored
The default is the C compiler but README is inconsistant (#751)
1 parent 58372e0 commit d184863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def main():
119119
##### Running the file
120120
You can run it using Rust interpreter (Sequential)
121121
```sh
122-
bend run sequential_sum.bend -s
122+
bend run-rs sequential_sum.bend -s
123123
```
124124

125125
Or you can run it using C interpreter (Sequential)
@@ -168,7 +168,7 @@ In this example, the (3 + 4) sum does not depend on the (1 + 2), meaning that it
168168
##### Running the file
169169
You can run it using Rust interpreter (Sequential)
170170
```sh
171-
bend run parallel_sum.bend -s
171+
bend run-rs parallel_sum.bend -s
172172
```
173173

174174
Or you can run it using C interpreter (Parallel)
@@ -189,7 +189,7 @@ The code snippet below implements a [bitonic sorter](https://en.wikipedia.org/wi
189189

190190
#### Bitonic Sorter Benchmark
191191

192-
- `bend run`: CPU, Apple M3 Max: 12.15 seconds
192+
- `bend run-rs`: CPU, Apple M3 Max: 12.15 seconds
193193
- `bend run-c`: CPU, Apple M3 Max: 0.96 seconds
194194
- `bend run-cu`: GPU, NVIDIA RTX 4090: 0.21 seconds
195195

0 commit comments

Comments
 (0)