Fix T46447: fix build on non-x86 platforms.

This commit is contained in:
Brecht Van Lommel 2015-10-12 02:56:57 +02:00
parent 758febba45
commit ea7ce7fcf4
Notes: blender-bot 2023-02-14 08:33:24 +01:00
Referenced by issue #46447, Patch for compiling Blender 2.76 on non-x86 architectures.
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
#ifdef _MSC_VER
#include <intrin.h>
#else
#elif (defined(__x86_64__) || defined(__i386__))
#include <x86intrin.h>
#endif