File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The following build options have been used to report performance numbers in the
36
36
2 . Optimized (AES-NI enabled): ` cmake -DMAYO_BUILD_TYPE=opt -DENABLE_AESNI=ON .. `
37
37
3 . Optimized (AES-NI disabled): ` cmake -DMAYO_BUILD_TYPE=opt -DENABLE_AESNI=OFF .. `
38
38
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 .. `
40
40
6 . A64 RPi4 Cortex-A72 NEON: ` cmake -DMAYO_BUILD_TYPE=neon -DENABLE_AESNEON=OFF .. `
41
41
42
42
## Build options
@@ -126,7 +126,7 @@ A benchmarking suite is built and runs with the following command, where `params
126
126
127
127
If ` MAYO_BUILD_TYPE ` is ` opt ` , ` avx2 ` or ` neon ` :
128
128
- ` 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.
130
130
131
131
If ` MAYO_BUILD_TYPE ` is ` ref ` :
132
132
- ` test/mayo_bench <param> <runs> ` ,
You can’t perform that action at this time.
0 commit comments