Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2022 - trunk/Core/Thread


Chronological Thread 
  • From: boulos@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2022 - trunk/Core/Thread
  • Date: Tue, 29 Jan 2008 16:07:14 -0700 (MST)

Author: boulos
Date: Tue Jan 29 16:07:13 2008
New Revision: 2022

Modified:
   trunk/Core/Thread/Thread_pthreads.cc
Log:
Core/Thread/Thread_pthreads.cc

 Thiago tested this on ICC. Seems to work. Complain on the list if
 there are any more problems. If there are problems, please report
 OS version, compiler (with version), and build type (Release vs Debug, 32-bit
 vs 64-bit).


Modified: trunk/Core/Thread/Thread_pthreads.cc
==============================================================================
--- trunk/Core/Thread/Thread_pthreads.cc        (original)
+++ trunk/Core/Thread/Thread_pthreads.cc        Tue Jan 29 16:07:13 2008
@@ -162,12 +162,7 @@
 #include <Core/Thread/Barrier_default.cc>
 
 #ifdef MANTA_X86
-#  if !defined(__INTEL_COMPILER)
-#    include <Core/Thread/AtomicCounter_x86.cc>
-#  else
-//AtomicCounter_x86 is currently broken for ICC.
-#    include <Core/Thread/AtomicCounter_default.cc>
-#  endif // intel compiler or not
+#  include <Core/Thread/AtomicCounter_x86.cc>
 #else // manta_x86 or not
 #include <Core/Thread/AtomicCounter_default.cc>
 #endif




  • [Manta] r2022 - trunk/Core/Thread, boulos, 01/29/2008

Archive powered by MHonArc 2.6.16.

Top of page