diff options
Diffstat (limited to 'src/mesa/main/cpuinfo.c')
-rw-r--r-- | src/mesa/main/cpuinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/cpuinfo.c b/src/mesa/main/cpuinfo.c index 73e295c75b7..0755d6b21eb 100644 --- a/src/mesa/main/cpuinfo.c +++ b/src/mesa/main/cpuinfo.c @@ -34,7 +34,7 @@ void _mesa_get_cpu_features(void) { -#if defined USE_X86_ASM || (defined __x86_64__ && !defined _MSC_VER) +#if defined USE_X86_ASM || defined USE_X86_64_ASM _mesa_get_x86_features(); #endif } |