We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3c0e2 commit eba6d0fCopy full SHA for eba6d0f
lib/std/debug.zig
@@ -886,6 +886,8 @@ const StackIterator = union(enum) {
886
.powerpcle,
887
.powerpc64,
888
.powerpc64le,
889
+ .sparc,
890
+ .sparc64,
891
=> .ideal,
892
// https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Respect-the-purpose-of-specific-CPU-registers
893
.aarch64 => if (builtin.target.os.tag.isDarwin()) .safe else .unsafe,
0 commit comments