OSDN Git Service

simd.hpp, simd_lambda.hpp Add master
authorMyun2 <myun2@nwhite.info>
Thu, 3 May 2012 14:21:58 +0000 (23:21 +0900)
committerMyun2 <myun2@nwhite.info>
Thu, 3 May 2012 14:21:58 +0000 (23:21 +0900)
include/roast/simd.hpp [new file with mode: 0644]
include/roast/simd_lambda.hpp [new file with mode: 0644]

diff --git a/include/roast/simd.hpp b/include/roast/simd.hpp
new file mode 100644 (file)
index 0000000..051949d
--- /dev/null
@@ -0,0 +1,10 @@
+/*     Roast+ License  */
+
+#ifndef __SFJP_OPENMGL__ROAST_INCLUDES_SIMD_HPP__
+#define __SFJP_OPENMGL__ROAST_INCLUDES_SIMD_HPP__
+
+
+#include "roast/simd/simd.hpp"
+
+
+#endif//__SFJP_OPENMGL__ROAST_INCLUDES_SIMD_HPP__
diff --git a/include/roast/simd_lambda.hpp b/include/roast/simd_lambda.hpp
new file mode 100644 (file)
index 0000000..2fc2129
--- /dev/null
@@ -0,0 +1,11 @@
+/*     Roast+ License  */
+
+#ifndef __SFJP_OPENMGL__ROAST_INCLUDES_SIMD_LAMBDA_HPP__
+#define __SFJP_OPENMGL__ROAST_INCLUDES_SIMD_LAMBDA_HPP__
+
+
+/*#include "roast/simd_lambda/simd_core.hpp"
+#include "roast/simd_lambda/simd_lambda.hpp"*/
+
+
+#endif//__SFJP_OPENMGL__ROAST_INCLUDES_SIMD_LAMBDA_HPP__