mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
Update AArch64 features to Linux 5.17. (#237)
This commit is contained in:
@ -168,6 +168,9 @@ CPU revision : 3)");
|
||||
EXPECT_FALSE(info.features.rng);
|
||||
EXPECT_FALSE(info.features.bti);
|
||||
EXPECT_FALSE(info.features.mte);
|
||||
EXPECT_FALSE(info.features.ecv);
|
||||
EXPECT_FALSE(info.features.afp);
|
||||
EXPECT_FALSE(info.features.rpres);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user