FPConfigDenormFPConfig=C.CL_FP_DENORM// denorms are supported
FPConfigInfNaNFPConfig=C.CL_FP_INF_NAN// INF and NaNs are supported
FPConfigRoundToNearestFPConfig=C.CL_FP_ROUND_TO_NEAREST// round to nearest even rounding mode supported
FPConfigRoundToZeroFPConfig=C.CL_FP_ROUND_TO_ZERO// round to zero rounding mode supported
FPConfigRoundToInfFPConfig=C.CL_FP_ROUND_TO_INF// round to positive and negative infinity rounding modes supported
FPConfigFMAFPConfig=C.CL_FP_FMA// IEEE754-2008 fused multiply-add is supported
FPConfigSoftFloatFPConfig=C.CL_FP_SOFT_FLOAT// Basic floating-point operations (such as addition, subtraction, multiplication) are implemented in software
// Is CL_FALSE if the implementation does not have a linker available. Is CL_TRUE if the linker is available. This can be CL_FALSE for the embedded platform profile only. This must be CL_TRUE if CL_DEVICE_COMPILER_AVAILABLE is CL_TRUE