Text archives Help
- From: bigler@sci.utah.edu
- To: manta@sci.utah.edu
- Subject: [MANTA] r976 - trunk/Model/Groups
- Date: Tue, 7 Mar 2006 16:36:57 -0700 (MST)
Author: bigler
Date: Tue Mar 7 16:36:57 2006
New Revision: 976
Modified:
trunk/Model/Groups/CMakeLists.txt
Log:
Turn off SSE compilation by default. Need a better way to determine if SSE
is available than to test the MANTA_REAL type.
Modified: trunk/Model/Groups/CMakeLists.txt
==============================================================================
--- trunk/Model/Groups/CMakeLists.txt (original)
+++ trunk/Model/Groups/CMakeLists.txt Tue Mar 7 16:36:57 2006
@@ -30,3 +30,28 @@
Groups/varray.h
)
+# Determine if VerticalKDTree can be included
+#IF(${MANTA_REAL} MATCHES float)
+IF(0)
+ SET(Manta_Groups_SRCS
+ ${Manta_Groups_SRCS}
+ Groups/SSEKDTree.cc
+ Groups/SSEKDTree.h
+ Groups/VerticalKDTree.h
+ Groups/VerticalKDTree.cc
+ )
+
+# Otherwise include a stub implementation.
+#ELSE(${MANTA_REAL} MATCHES float)
+ELSE(0)
+ SET(Manta_Groups_SRCS
+ ${Manta_Groups_SRCS}
+ Groups/SSEKDTree-stub.cc
+ Groups/SSEKDTree.h
+ Groups/VerticalKDTree.h
+ Groups/VerticalKDTree-stub.cc
+ )
+#ENDIF(${MANTA_REAL} MATCHES float)
+ENDIF(0)
+
+
- [MANTA] r976 - trunk/Model/Groups, bigler, 03/07/2006
Archive powered by MHonArc 2.6.16.