diff options
author | Glen Mabey <Glen.Mabey@swri.org> | 2013-06-22 19:43:46 -0500 |
---|---|---|
committer | Glen Mabey <Glen.Mabey@swri.org> | 2017-01-31 14:21:42 +0000 |
commit | 3ab7016632c825949f32b72d06ac324b6672b9f6 (patch) | |
tree | a385f0389c9b0f37e8c2e4f19980392d16c0b409 /.gitignore | |
parent | e5d303cb9fb3ade3fae6d3f14a5f4fe139af63c9 (diff) | |
download | qtbase-3ab7016632c825949f32b72d06ac324b6672b9f6.tar.gz |
New qfloat16 class
This constitutes a fairly complete submission of an entirely new
floating point type which conforms to IEEE 754 as a 16-bit storage
class. Conversion between qfloat16 and float is currently performed
through a sequence of lookup tables. Global-level functions
qRound(), qRound64(), qFuzzyCompare(), qFuzzyIsNull(), and
qIsNull() each with a qfloat16 parameter have been included
for completeness.
[ChangeLog][QtCore] Added new qfloat16 class.
Change-Id: Ia52eb27846965c14f8140c00faf5ba33c9443976
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e0677a3a68..45412cd791 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,7 @@ bin/makeqpf* bin/pixeltool* bin/qmake* bin/qdoc* +bin/qfloat16-tables* bin/qt3to4* bin/qttracereplay* bin/rcc* @@ -137,6 +138,7 @@ src/corelib/global/qconfig.h src/corelib/global/qconfig.h.qmake src/corelib/global/qconfig_p.h src/corelib/global/qfeatures.h +src/corelib/global/qfloat16tables.cpp src/platformsupport/*_interface.* src/platformsupport/*_adaptor.* ui_*.h |