Skip to content

Enable pointer authentication in assembly when building arm64e

David Conrad requested to merge dconrad/dav1d:arm64e-pac into master

arm64e doesn't set __ARM_FEATURE_PAC_DEFAULT but does expect to use pointer authentication - see https://developer.apple.com/documentation/security/preparing_your_app_to_work_with_pointer_authentication?language=objc

Merge request reports