You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,14 @@ Clone the repo and run:
121
121
cargo -r run -p byte-knight
122
122
```
123
123
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
+
124
132
### Development Dependencies
125
133
126
134
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