only use __x86_64__, not __amd64__ (bug 15503)
[mesa.git] / src / mesa / math / m_debug_util.h
index f7ce4679b6d5ea4c3f73eb49e41a5f65f0bd2095..2d1d8b188055892ffd7fb5dcab05c10334b2eb07 100644 (file)
@@ -185,7 +185,7 @@ extern char *mesa_profile;
 
 #endif
 
-#elif defined(__amd64__)
+#elif defined(__x86_64__)
 
 #define rdtscll(val) do { \
      unsigned int a,d; \