1
0
mirror of https://github.com/google/cpu_features.git synced 2025-09-29 23:14:54 +02:00

Update AArch64 features to Linux 6.12.

Change-Id: Ie4e3f6a1e308e81e89f45976e5cba3c0d9bc3039
This commit is contained in:
Peter Tarjan
2025-09-04 12:28:03 +02:00
committed by Mizux Seiha
parent 87584e2b96
commit 822b9a6cea
4 changed files with 7 additions and 1 deletions

View File

@@ -330,6 +330,7 @@ CPU revision : 3)");
EXPECT_FALSE(info.features.smesf8fma);
EXPECT_FALSE(info.features.smesf8dp4);
EXPECT_FALSE(info.features.smesf8dp2);
EXPECT_FALSE(info.features.poe);
}
#elif defined(CPU_FEATURES_OS_MACOS)
TEST_F(CpuidAarch64Test, FromDarwinSysctlFromName) {