commit 8ff104380d76e86302061c1cf8adf565bb3df1b7 (tree)
parent 9909465c1ccbb572b959fed61a0b79c300f260e7
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Thu, 3 Apr 2025 02:49:46 +0200
std.os.windows.PF: Add ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/std/os/windows.zig b/lib/std/os/windows.zig
@@ -5315,6 +5315,9 @@ pub const PF = enum(DWORD) {
/// This ARM processor implements the ARM v8.3 JavaScript conversion (JSCVT) instructions.
ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE = 44,
+
+ /// This Arm processor implements the Arm v8.3 LRCPC instructions (for example, LDAPR). Note that certain Arm v8.2 CPUs may optionally support the LRCPC instructions.
+ ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE,
};
pub const MAX_WOW64_SHARED_ENTRIES = 16;