mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
define IntelCpuTopologyLevel for backward compatibility
This commit is contained in:
parent
3dff87f6fa
commit
f7cc04ea46
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ typedef enum {
|
|||
SmtLevel = 1,
|
||||
CoreLevel = 2
|
||||
} CpuTopologyLevel;
|
||||
typedef CpuTopologyLevel IntelCpuTopologyLevel; // for backward compatibility
|
||||
|
||||
namespace local {
|
||||
|
||||
|
|
Loading…
Reference in a new issue