tests: remove unused getopt header includes
[platform/upstream/intel-gpu-tools.git] / assembler / brw_compat.h
index 5102a02..e909182 100644 (file)
@@ -58,6 +58,9 @@ extern "C" {
 #endif
 
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
+#define Elements(x) ARRAY_SIZE(x)
+
+typedef union { float f; int i; unsigned u; } fi_type;
 
 #ifdef __cplusplus
 } /* end of extern "C" */