I need to implement arbitrary precision floating point routines in OpenCL and I'd like to be able to compare results with mpmath.
For basic operations +,-,*,/ and basic functions exp, log, sqrt etc: does it follow eg IEEE 754 ? And if not is there any other convention/standard/reference that is followed ?