Cargo Features
[dependencies]
rav1d = { version = "1.1.0", default-features = false, features = ["asm", "asm_arm64_i8mm", "asm_arm64_sve2", "bitdepth_16"] }
- default = asm, asm_arm64_dotprod, asm_arm64_i8mm, asm_arm64_sve2, bitdepth_16, bitdepth_8
-
These default features are set whenever
rav1d
is added without
somewhere in the dependency tree.default-features = false - asm default asm_arm64_dotprod asm_arm64_i8mm asm_arm64_sve2
- asm_arm64_dotprod asm_arm64_i8mm default = asm
- asm_arm64_sve2 default = asm
- bitdepth_8 bitdepth_16 default
rav1d has 5 features without comments.