OpenClCode.h 202 B

123456789101112
  1. #ifndef MANDEL_OPENCLCODE_H
  2. #define MANDEL_OPENCLCODE_H
  3. namespace mnd
  4. {
  5. unsigned char* fixed64_cl;
  6. unsigned char* fixed128_cl;
  7. unsigned char* fixed512_cl;
  8. }
  9. #endif // MANDEL_OPENCLCODE_H