diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-02-22 13:04:05 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-02-22 13:18:44 +0900 |
commit | f7cc04ea46b32910e4e133c77809fae44e9a4884 (patch) | |
tree | b0ef12e85a503883f6dd4551f50394dd41a77dd3 | |
parent | 3dff87f6fa47be3c138d2dde8a7c05cf9c104772 (diff) | |
download | xbyak-f7cc04ea46b32910e4e133c77809fae44e9a4884.tar.gz xbyak-f7cc04ea46b32910e4e133c77809fae44e9a4884.zip |
define IntelCpuTopologyLevel for backward compatibility
-rw-r--r-- | xbyak/xbyak_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbyak/xbyak_util.h b/xbyak/xbyak_util.h index 8946fc8..6aa9dba 100644 --- a/xbyak/xbyak_util.h +++ b/xbyak/xbyak_util.h @@ -92,6 +92,7 @@ typedef enum { SmtLevel = 1, CoreLevel = 2 } CpuTopologyLevel; +typedef CpuTopologyLevel IntelCpuTopologyLevel; // for backward compatibility namespace local { |