Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1025 - trunk/include


Chronological Thread 
  • From: sparker@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1025 - trunk/include
  • Date: Sat, 29 Apr 2006 16:53:44 -0600 (MDT)

Author: sparker
Date: Sat Apr 29 16:53:40 2006
New Revision: 1025

Added:
   trunk/include/MantaSSE.h.CMakeTemplate
Log:
Add missing template


Added: trunk/include/MantaSSE.h.CMakeTemplate
==============================================================================
--- (empty file)
+++ trunk/include/MantaSSE.h.CMakeTemplate      Sat Apr 29 16:53:40 2006
@@ -0,0 +1,37 @@
+/*
+  For more information, please see: http://software.sci.utah.edu
+
+  The MIT License
+
+  Copyright (c) 2005-2006
+  Scientific Computing and Imaging Institute, University of Utah
+
+  License for the specific language governing rights and limitations under
+  Permission is hereby granted, free of charge, to any person obtaining a
+  copy of this software and associated documentation files (the "Software"),
+  to deal in the Software without restriction, including without limitation
+  the rights to use, copy, modify, merge, publish, distribute, sublicense,
+  and/or sell copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included
+  in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+  DEALINGS IN THE SOFTWARE.
+*/
+
+#ifndef Manta_Manta_SSE_h
+#define Manta_Manta_SSE_h
+
+#if ${MANTA_SSE_DEF}
+#include <xmmintrin.h>
+#define MANTA_SSE 1
+#endif
+
+#endif




  • [MANTA] r1025 - trunk/include, sparker, 04/29/2006

Archive powered by MHonArc 2.6.16.

Top of page