summaryrefslogtreecommitdiff
path: root/lib/igt_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_x86.h')
-rw-r--r--lib/igt_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_x86.h b/lib/igt_x86.h
index d4f8c343..c7b84dec 100644
--- a/lib/igt_x86.h
+++ b/lib/igt_x86.h
@@ -39,6 +39,7 @@
#define SSE4_2 0x40
#define AVX 0x80
#define AVX2 0x100
+#define F16C 0x200
#if defined(__x86_64__) || defined(__i386__)
unsigned igt_x86_features(void);