summaryrefslogtreecommitdiffstats
path: root/libhb/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/ports.h')
-rw-r--r--libhb/ports.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h
index 5021a5176..bcc898865 100644
--- a/libhb/ports.h
+++ b/libhb/ports.h
@@ -23,8 +23,10 @@ enum hb_cpu_platform
{
// list of microarchitecture codenames
HB_CPU_PLATFORM_UNSPECIFIED = 0,
+ HB_CPU_PLATFORM_INTEL_BNL,
HB_CPU_PLATFORM_INTEL_SNB,
HB_CPU_PLATFORM_INTEL_IVB,
+ HB_CPU_PLATFORM_INTEL_SLM,
HB_CPU_PLATFORM_INTEL_HSW,
};
int hb_get_cpu_count();