Skip to content

Commit c96ebf9

Browse files
committed
chore: add blurb in readme about Apple Silicon
bench: 1352109
1 parent 4d7b4fe commit c96ebf9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ Clone the repo and run:
121121
cargo -r run -p byte-knight
122122
```
123123

124+
### Building on Apple Silicon (aarch64)
125+
126+
The TT prefetch optimization on Apple Silicon requires the nightly toolchain. To enable it for a local checkout, run the following command in the project root:
127+
128+
```bash
129+
rustup override set nightly
130+
```
131+
124132
### Development Dependencies
125133

126134
To run the full suite of supported tests, benchmarks and other development dependencies, you will need the following tools (in addition to Rust and Cargo):

0 commit comments

Comments
 (0)