diff options
author | ivanmorozov <[email protected]> | 2022-02-10 16:47:33 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:33 +0300 |
commit | cba5d9a444e2cfe105f55ccda66cd21d50440017 (patch) | |
tree | 79983e83d1a91aebeb1999338090eec69e24cc33 /util/system/cpu_id.cpp | |
parent | eb540cc7a103419462d0cc870ca403966e2194c6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/cpu_id.cpp')
-rw-r--r-- | util/system/cpu_id.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/cpu_id.cpp b/util/system/cpu_id.cpp index 598c71f4d91..b88b2c12c88 100644 --- a/util/system/cpu_id.cpp +++ b/util/system/cpu_id.cpp @@ -9,8 +9,8 @@ #include <immintrin.h> #elif defined(_x86_) #include <cpuid.h> -#endif - +#endif + #include <string.h> #if defined(_x86_) && !defined(_win_) |