#ifndef MANDEL_OPENCLCODE_H
#define MANDEL_OPENCLCODE_H

namespace mnd
{
    const char* getFloat_cl();
    const char* getDouble_cl();
    const char* getDoubleFloat_cl();
    const char* getDoubleDouble_cl();
    const char* getQuadDouble_cl();
    const char* getFixed64_cl();
    const char* getFixed128_cl();
    const char* getFixed512_cl();
}

#endif // MANDEL_OPENCLCODE_H