|
@@ -0,0 +1,24 @@
|
|
|
|
+#include <string>
|
|
|
|
+
|
|
|
|
+#ifndef RESOURCE_MND__CL_SRC_OPENCLCODE_H
|
|
|
|
+#define RESOURCE_MND__CL_SRC_OPENCLCODE_H
|
|
|
|
+namespace mnd::cl_src {
|
|
|
|
+
|
|
|
|
+extern const std::string double_cl;
|
|
|
|
+extern const std::string doubledouble_cl;
|
|
|
|
+extern const std::string doublefloat_cl;
|
|
|
|
+extern const std::string fixed128_cl;
|
|
|
|
+extern const std::string fixed512_cl;
|
|
|
|
+extern const std::string fixed64_cl;
|
|
|
|
+extern const std::string float_cl;
|
|
|
|
+extern const std::string hexdouble_cl;
|
|
|
|
+extern const std::string octadouble_cl;
|
|
|
|
+extern const std::string quaddouble_cl;
|
|
|
|
+extern const std::string tripledouble_cl;
|
|
|
|
+extern const std::string triplefloat_cl;
|
|
|
|
+extern const std::string doubledouble_prelude_cl;
|
|
|
|
+extern const std::string quaddouble_prelude_cl;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+#endif // RESOURCE_MND__CL_SRC_OPENCLCODE_H
|