mirror of
https://github.com/google/cpu_features.git
synced 2025-06-30 21:02:34 +02:00
Detect Intel's Multi-Precision Add-Carry Instruction Extensions (#157)
This commit is contained in:
@ -148,6 +148,7 @@ TEST_F(CpuidX86Test, SandyBridge) {
|
||||
EXPECT_TRUE(features.popcnt);
|
||||
EXPECT_FALSE(features.movbe);
|
||||
EXPECT_FALSE(features.rdrnd);
|
||||
EXPECT_FALSE(features.adx);
|
||||
}
|
||||
|
||||
const int KiB = 1024;
|
||||
|
Reference in New Issue
Block a user