blob: be3a704ff2e61ef13651bd5fcf232f65949b359d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- OgreMain/include/OgrePlatformInformation.h.orig 2025-07-24 17:32:02 UTC
+++ OgreMain/include/OgrePlatformInformation.h
@@ -36,7 +36,7 @@ namespace Ogre {
#if OGRE_DOUBLE_PRECISION == 0 && OGRE_CPU == OGRE_CPU_X86 && OGRE_COMPILER == OGRE_COMPILER_MSVC
# define __OGRE_HAVE_SSE 1
#elif OGRE_DOUBLE_PRECISION == 0 && OGRE_CPU == OGRE_CPU_X86 && (OGRE_COMPILER == OGRE_COMPILER_GNUC || OGRE_COMPILER == OGRE_COMPILER_CLANG) && \
- OGRE_PLATFORM != OGRE_PLATFORM_APPLE_IOS
+ OGRE_PLATFORM != OGRE_PLATFORM_APPLE_IOS && defined(__amd64__)
# define __OGRE_HAVE_SSE 1
#endif
|