blob: 9ce3818163e31f673c51dde072575422d0a0c5a3 [file]
Name: half
URL: http://half.sourceforge.net/
Version: 1.12.0
Revision: 2f32dd2cb934ef002d027115c3067426b0c68a0e
License: MIT
License File: src/LICENSE.txt
Description: This is a C++ header-only library to provide an IEEE 754 conformant 16-bit half-precision
floating-point type along with corresponding arithmetic operators, type conversions and common
mathematical functions. It aims for both efficiency and ease of use, trying to accurately mimic the
behaviour of the built-in floating-point types at the best performance possible.
Local Modifications: This directory has the Fuchsia build integration. The src/ subdirectory contains the actual source
from the upstream repository. Because the upstream is SVN, the src/ subdirectory is manually updated
from the upstream rather than using git rolls.