Skip to content
  • Glen Mabey's avatar
    New qfloat16 class · 3ab70166
    Glen Mabey authored
    
    
    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: default avatarThiago Macieira <thiago.macieira@intel.com>
    3ab70166