Skip to content

Re-instate buld time determination of ARM NEON support

Brad Smith requested to merge brad/dav1d:arm64_cpu into master

If an OS does not have any means of providing run-time detection of CPU features then fallback to building with NEON if on AArch64 or a compiler targetting ARMv7 only as was the case before commit acc1121d.

Merge request reports