Aparapi v1.3.3 Release Notes

    • โž• Added several missing math functions that are part of the OpenCL standard: acospi, asinpi, atanpi, atan2pi, cbrt, cosh, cospi, exp2, exp10, expm1, log2, log10, log1p, mad, nextafter, sinh, sinpi, tanh, tanpi.
    • ๐Ÿ›  Fixed "`CXXABI_1.3.8' not found " error encountered on some older systems.
    • ๐Ÿ›  Fixed a bug where calling createProgram resulted in an exception.
    • ๐Ÿ”„ Changed aparapi JNI load notification into a proper logger message instead of direct to system.out.