Skip to content

Commit 48fe405

Browse files
committed
Note
1 parent e519b45 commit 48fe405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following build options have been used to report performance numbers in the
3636
2. Optimized (AES-NI enabled): `cmake -DMAYO_BUILD_TYPE=opt -DENABLE_AESNI=ON ..`
3737
3. Optimized (AES-NI disabled): `cmake -DMAYO_BUILD_TYPE=opt -DENABLE_AESNI=OFF ..`
3838
4. AVX2: `cmake -DMAYO_BUILD_TYPE=avx2 -DENABLE_AESNI=ON ..`
39-
5. A64 M1 NEON: `cmake -DMAYO_BUILD_TYPE=neon -DENABLE_AESNEON=ON ..`
39+
5. A64 M1/M2/M3 NEON: `cmake -DMAYO_BUILD_TYPE=neon -DENABLE_AESNEON=ON ..`
4040
6. A64 RPi4 Cortex-A72 NEON: `cmake -DMAYO_BUILD_TYPE=neon -DENABLE_AESNEON=OFF ..`
4141

4242
## Build options
@@ -126,7 +126,7 @@ A benchmarking suite is built and runs with the following command, where `params
126126

127127
If `MAYO_BUILD_TYPE` is `opt`, `avx2` or `neon`:
128128
- `test/mayo_bench_<param> <runs>`,
129-
- On Apple M1 chips, this must be run with root permission.
129+
- On Apple M1/M2/M3 chips, this must be run with root (`sudo`) permission.
130130

131131
If `MAYO_BUILD_TYPE` is `ref`:
132132
- `test/mayo_bench <param> <runs>`,

0 commit comments

Comments
 (0)