Skip to content

Commit d41265f

Browse files
committed
Extend the asm documentation
1 parent 24701fa commit d41265f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ make -j8
8080

8181
rav1e has several optional features that can be enabled by passing --features to cargo test. Passing --all-features is discouraged.
8282

83-
* asm - enabled by default. When enabled, assembly is built for the platforms supporting it. It requires `nasm` on `x86_64`.
83+
* asm - enabled by default. When enabled, assembly is built for the platforms supporting it.
84+
* It requires `nasm` on `x86_64`.
85+
* It requires `gas` on `aarch64`.
86+
87+
**NOTE**: `SSE2` is always enabled on `x86_64`, `neon` is always enabled for aarch64, you may set the environment variable `RAV1E_CPU_TARGET` to `rust` to disable all the assembly-optimized routines at the runtime.
8488

8589
## Using the AOMAnalyzer
8690

0 commit comments

Comments
 (0)