Index: files/patch-IlmImf__ImfSystemSpecific.cpp =================================================================== --- files/patch-IlmImf__ImfSystemSpecific.cpp (revision 0) +++ files/patch-IlmImf__ImfSystemSpecific.cpp (working copy) @@ -0,0 +1,25 @@ +--- IlmImf/ImfSystemSpecific.cpp.orig 2014-08-10 04:23:57.000000000 +0000 ++++ IlmImf/ImfSystemSpecific.cpp 2014-12-15 17:11:36.000000000 +0000 +@@ -35,6 +35,9 @@ + #include "ImfSystemSpecific.h" + #include "ImfNamespace.h" + #include "OpenEXRConfig.h" ++#if defined(IMF_HAVE_SSE2) && defined(__GNUC__) ++#include ++#endif + + OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER + +@@ -44,11 +47,7 @@ + // Helper functions for gcc + SSE enabled + void cpuid(int n, int &eax, int &ebx, int &ecx, int &edx) + { +- __asm__ __volatile__ ( +- "cpuid" +- : /* Output */ "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) +- : /* Input */ "a"(n) +- : /* Clobber */); ++ __cpuid(n, eax, ebx, ecx, edx); + } + + #else // IMF_HAVE_SSE2 && __GNUC__ Property changes on: files/patch-IlmImf__ImfSystemSpecific.cpp ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property