Fixed problems with gcc.
Updated documentation for version 2.0.
Removed clean branch.
Added support for Intel compiler (untested).
Reintegrated branch for version 2.0.
Fixed error in atan2 reference file.
Implemented and tested gamma functions.
Improved performance of exponential functions.
Improved performance of asin, tanh and atanh functions.
Extended constexpr support to comparison and classification functions.
Improved performance of conversion functions.
Improved performance of comparison functions and operators.
Improved accuracy of sincos function.
Improved accuracy of cos and tan functions.
Improved accuracy of sin function.
Improved accuracy of atan function.
Improved accuracy of asinh function.
Improved accuracy of sinh function.
Improved accuracy of asin function.
Improved accuracy of tanh and expm1 functions.
Tested F16C intrinsics.
Improved accuracy and performance of arc functions.
Improved accuracy of cosh function.
Added worksheet for accuracy and performance statistics.
Added override for using builtin floating point types for internal computations.
Added support for F16C intrinsics (untested).
Improved accuracy of logarithmic computations.
Improved accuracy of error functions.
Improved precision of trigonometric functions without 'long long' support.
Implemented and verified trigonometric functions for big arguments.
Updated documentation.
Updated documentation.
Updated documentation.
Improved inverse trigonometric and inverse hype...
Added performance tests.
Implemented and verified error functions.
Revised reference test format. Tuned iterations...
Fixed and tested 3D hypot.
Added more reference tests.
Added more reference tests.
Added reference tests.
Implemented area and error functions.
Added parantheses for silencing a warning from ...
Updated documentation.
Updated documentation.
Implemented and verified hyperbolic functions.
Implemented and verified trigonometric functions.
Implemented sin and cos.
Removed switchable tie-breaking behaviour.
Implemented and verified power functions.
Updated and verified arithmetic operators, sqrt...
Added include for C++17 conformance.
Reintegrated trunk.
Release 1.12.0.
Release 1.12.0.
Updated documentation.
Changed conversion tests.
Added cast for warning suppression.
Removed sse branch.
Removed bitwise access in 'half_cast'.
Removed bitwise branch.
Added tests for 'half_cast' to int.
Added 'noexcept' to 'expr'.
Updated documentation.
Switched to VS 2015. Added alternative single-t...
Added projects for VS 2015.
Switched tests to double. Added compiler macros...
Made numeric_limits standalone. Fixed comments.
Fixed comments.
Reintegrated bitwise branch.
Added binary conversion facilities.
Branch for bitwise access.
Fixed IEEE double-to-half conversion.
Improved hypot.
Added AVX conversion code.
Streamlined non-IEEE half-to-float conversion.
Updated documentation.
Removed completed double branch.
Streamlined half-to-double conversion.
Streamlined half-to-double conversion.
Reintegrated trunk.
Reintegrated double branch.
Updated documentation.
Fixed and verified double conversion.
Added half-to-double conversion. Streamlined ty...
Integrated trunk.
Reintegrated trunk.
Streamlined non-IEEE float-to-half conversion.
Implemented double-to-half conversion.
Added special conversion for arbitrary builtin ...
Branch for correctly rounded double-to-half con...
Streamlined exp2 and log. Added exp and log10.
Added log and pow. Streamlined trigonometrics.
Fixed and verified exp2.
Added trigonometric functions. Verified exp2 fo...
Streamlined denormalization in arithmetic opera...
Prepared arcus functions.