Cargo Features

[dependencies]
rav1d-cli = { version = "1.1.0", default-features = false, features = ["asm", "asm_arm64_dotprod", "asm_arm64_i8mm", "bitdepth_8", "bitdepth_16"] }
default = asm, asm_arm64_dotprod, asm_arm64_i8mm, bitdepth_16, bitdepth_8

These default features are set whenever rav1d-cli is added without default-features = false somewhere in the dependency tree.

asm default

Enables asm of rav1d

asm_arm64_dotprod default

Enables asm_arm64_dotprod of rav1d

asm_arm64_i8mm default

Enables asm_arm64_i8mm of rav1d

bitdepth_8 default

Enables bitdepth_8 of rav1d

bitdepth_16 default

Enables bitdepth_16 of rav1d

rav1d-cli has 6 features without comments.