Skip to content

arm64: Add Armv8.3-A PAC support to assembly files

André Kempe requested to merge andrekempe-arm/dav-1-d-reloaded:master into master

This patch adds optional support for Arm Pointer Authentication Codes.

PAC support is turned on or off at compile time using additional compiler flags. Unless any of these is enabled explicitly, no additional code will be emitted at all.

Merge request reports