OpenClCode.h 743 B

123456789101112131415161718192021222324
  1. #include <string>
  2. #ifndef RESOURCE_MND__CL_SRC_OPENCLCODE_H
  3. #define RESOURCE_MND__CL_SRC_OPENCLCODE_H
  4. namespace mnd::cl_src {
  5. extern const std::string double_cl;
  6. extern const std::string doubledouble_cl;
  7. extern const std::string doublefloat_cl;
  8. extern const std::string fixed128_cl;
  9. extern const std::string fixed512_cl;
  10. extern const std::string fixed64_cl;
  11. extern const std::string float_cl;
  12. extern const std::string hexdouble_cl;
  13. extern const std::string octadouble_cl;
  14. extern const std::string quaddouble_cl;
  15. extern const std::string tripledouble_cl;
  16. extern const std::string triplefloat_cl;
  17. extern const std::string doubledouble_prelude_cl;
  18. extern const std::string quaddouble_prelude_cl;
  19. }
  20. #endif // RESOURCE_MND__CL_SRC_OPENCLCODE_H