X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fcpuinfo.h;h=57925e82bf251d39fafe861f4cf20f8b932791d8;hb=e70d0d22a2dccc1df2c88890a2964491cdafac94;hp=31de9b2e46ef57ebaa0de7c0241ac22e96f83839;hpb=3d8d5b298a268b119d840bc9bae0ee9e0c9244a9;p=mesa.git diff --git a/src/mesa/main/cpuinfo.h b/src/mesa/main/cpuinfo.h index 31de9b2e46e..57925e82bf2 100644 --- a/src/mesa/main/cpuinfo.h +++ b/src/mesa/main/cpuinfo.h @@ -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