Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37742852
en ru br
ALT Linux repositórios
S:3.1.5-alt2.2
5.0: 1.6.1-alt3
4.1: 1.6.1-alt1
4.0: 1.4.0-alt1.a
3.0: 1.2.2-alt1

Group :: Sistema/Bibliotecas
RPM: openexr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: openexr-e2k-simd.patch
Download


diff --git a/openexr/IlmImf/ImfSystemSpecific.cpp b/openexr/IlmImf/ImfSystemSpecific.cpp
index 76fdfe6..4d69e9d 100644
--- a/openexr/IlmImf/ImfSystemSpecific.cpp
+++ b/openexr/IlmImf/ImfSystemSpecific.cpp
@@ -39,6 +39,12 @@
 
 OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER
 
+#ifdef __e2k__
+CpuId::CpuId():
+    sse2(true), sse3(true), ssse3(true), sse4_1(true),
+    sse4_2(false), avx(false), f16c(false) { }
+#else
+
 namespace {
 #if defined(IMF_HAVE_SSE2) &&  defined(__GNUC__)
 
@@ -126,5 +132,6 @@ CpuId::CpuId():
         }
     }
 }
+#endif
 
 OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_EXIT
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009