OpenClCode.h 276 B

1234567891011121314
  1. #ifndef MANDEL_OPENCLCODE_H
  2. #define MANDEL_OPENCLCODE_H
  3. namespace mnd
  4. {
  5. const char* getFloat_cl();
  6. const char* getDoubleFloat_cl();
  7. const char* getFixed64_cl();
  8. const char* getFixed128_cl();
  9. const char* getFixed512_cl();
  10. }
  11. #endif // MANDEL_OPENCLCODE_H