mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
arm: clarify which CPU features are sub-architectures
versus which ones are instruction sets.
This commit is contained in:
parent
9c3eff9193
commit
33c69d5cb6
@ -219,7 +219,7 @@ pub const Target = union(enum) {
|
||||
pub const Set = struct {
|
||||
ints: [usize_count]usize,
|
||||
|
||||
pub const needed_bit_count = 138;
|
||||
pub const needed_bit_count = 154;
|
||||
pub const byte_count = (needed_bit_count + 7) / 8;
|
||||
pub const usize_count = (byte_count + (@sizeOf(usize) - 1)) / @sizeOf(usize);
|
||||
pub const Index = std.math.Log2Int(@IntType(false, usize_count * @bitSizeOf(usize)));
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user