diff options
author | Max Dmytrychenko <[email protected]> | 2015-09-22 20:20:19 +0200 |
---|---|---|
committer | Max Dmytrychenko <[email protected]> | 2015-09-22 20:20:19 +0200 |
commit | ae593691f668fd20cbaafedd263d43b5ead96cb7 (patch) | |
tree | e26fdf4812cef4f5b5eb682ad61463220797a404 /libhb/ports.h | |
parent | 1be374b5dc275a6e66b1d660ed093234582afa63 (diff) |
libhb: Skylake microarchitecture detection, RB 859
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 5e039809e..d16493043 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -39,6 +39,7 @@ enum hb_cpu_platform HB_CPU_PLATFORM_INTEL_HSW, HB_CPU_PLATFORM_INTEL_BDW, HB_CPU_PLATFORM_INTEL_CHT, + HB_CPU_PLATFORM_INTEL_SKL, }; int hb_get_cpu_count(); int hb_get_cpu_platform(); |