OpenClCode.h 208 B

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