mesa/glsl: remove unused uses_builtin_functions field
[mesa.git] / src / mesa / main / cpuinfo.h
index 31de9b2e46ef57ebaa0de7c0241ac22e96f83839..57925e82bf251d39fafe861f4cf20f8b932791d8 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.5
  *
  * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
  *
@@ -28,7 +27,7 @@
 #define CPUINFO_H
 
 
-#if defined(USE_X86_ASM)
+#if defined USE_X86_ASM || defined USE_X86_64_ASM
 #include "x86/common_x86_asm.h"
 #endif