assembler/bdw: Add gen8_instruction from mesa

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Damien Lespiau
2013-01-30 17:19:57 +00:00
committed by Ben Widawsky
parent f57f55e4da
commit c3b36592af
5 changed files with 681 additions and 2 deletions
+2
View File
@@ -60,6 +60,8 @@ extern "C" {
#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" */
#endif