1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 13:21:13 +02:00

Reverting 338484f6f2. Fixes #2

This commit is contained in:
Guillaume Chatelet
2018-02-09 08:55:11 +01:00
parent 9f3b0241aa
commit 11e3e20496
2 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ typedef struct {
int erms : 1;
int f16c : 1;
int fma3 : 1;
int pclmulqdq : 1;
int vpclmulqdq : 1;
int bmi1 : 1;
int bmi2 : 1;
@ -110,7 +110,7 @@ typedef enum {
X86_ERMS,
X86_F16C,
X86_FMA3,
X86_PCLMULQDQ,
X86_VPCLMULQDQ,
X86_BMI1,
X86_BMI2,
X86_SSSE3,