arm: clarify which CPU features are sub-architectures

versus which ones are instruction sets.
This commit is contained in:
Andrew Kelley 2020-02-20 15:27:42 -05:00
parent 9c3eff9193
commit 33c69d5cb6
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
2 changed files with 576 additions and 576 deletions

View File

@ -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