Skip to content

Arm: AArch64: Extend run-time CPU feature detection

Arpad Panyik requested to merge arpadpanyik-arm/dav1d:extend_rtcd into master

Add run-time CPU feature detection for DotProd, i8mm, SVE and SVE2.

SVE and SVE2 are AArch64-only features.

Upcoming patch sets will be based on these features.

Merge request reports