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
Updated Arm64 processor features accordingly to the Windows 11 SDK (10.0.22621.0). I noticed that PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE has the same value as PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE (34), so updated it to 45 and changed examples of instructions in meaning to uppercase to be consistent with other descriptions, and added PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE and PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE
Refs: MicrosoftDocs#1350
This Arm processor implements the Arm v8.2 DP instructions (e.g. SDOT, UDOT). This feature is optional in Arm v8.2 implementations and mandatory in Arm v8.4 implementations.
This Arm processor implements the Arm v8.3 LRCPC instructions (e.g. ldapr). Note that certain Arm v8.2 CPUs may optionally support the LRCPC instructions.
497
+
This Arm processor implements the Arm v8.3 LRCPC instructions (e.g. LDAPR). Note that certain Arm v8.2 CPUs may optionally support the LRCPC instructions.
0 commit comments