mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Update AArch64 features to Linux 6.6. (#347)
This commit is contained in:
@ -310,6 +310,8 @@ CPU revision : 3)");
|
||||
EXPECT_FALSE(info.features.smebi32i32);
|
||||
EXPECT_FALSE(info.features.smeb16b16);
|
||||
EXPECT_FALSE(info.features.smef16f16);
|
||||
EXPECT_FALSE(info.features.mops);
|
||||
EXPECT_FALSE(info.features.hbc);
|
||||
}
|
||||
#elif defined(CPU_FEATURES_OS_MACOS)
|
||||
TEST_F(CpuidAarch64Test, FromDarwinSysctlFromName) {
|
||||
|
Reference in New Issue
Block a user