i965/fs: Make lower_load_payload etc. appear in INTEL_DEBUG=optimizer.
[mesa.git] / src / mesa / main / cpuinfo.c
index 3b4ff8cd145a73f4293b97449d8dcb194a40ce8a..0755d6b21ebaf58ffdda54907b22bed71f4357e8 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.5
  *
  * Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
  *
@@ -35,7 +34,7 @@
 void
 _mesa_get_cpu_features(void)
 {
-#ifdef USE_X86_ASM
+#if defined USE_X86_ASM || defined USE_X86_64_ASM
    _mesa_get_x86_features();
 #endif
 }