You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Check that explicit -mcpu=<cpu>+no<feature> preserves -<feature> option and removes the feature when the feature is implied by the CPU or its base architecture.
2
+
// SVE and RandGen are default features of neoverse-v2 (defined in AArch64Processors.td).
3
+
// SVE and SB are default features of armv9 (defined in AArch64Features.td).
4
+
// SHA2 is not part of the default feature set for either Neoverse V2 or Armv9.
0 commit comments