OpenClCode.h 382 B

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