std.c.darwin.CPUFAMILY: Add ARM_TAHITI and ARM_TUPAI.

This commit is contained in:
Alex Rønne Petersen 2025-04-03 02:41:44 +02:00
parent 7289a073e5
commit b532f6c827
No known key found for this signature in database

View File

@ -1165,6 +1165,8 @@ pub const CPUFAMILY = enum(u32) {
ARM_PALMA = 0x72015832,
ARM_DONAN = 0x6f5129ac,
ARM_BRAVA = 0x17d5b93a,
ARM_TAHITI = 0x75d4acb9,
ARM_TUPAI = 0x204526d0,
_,
};