summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfloat16.cpp
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-12-19 16:30:17 +0100
committerIvan Solovev <ivan.solovev@qt.io>2024-02-20 16:42:15 +0100
commit4281495f52c22326ae961849d8ad7362c30168d2 (patch)
tree61ee01f72b4d717420c6b8b88d08afb624ad011a /src/corelib/global/qfloat16.cpp
parente766a338345a3ac00d9e6ae498353616dd5d4c77 (diff)
qfloat16: use new \compares command
... to describe the comparison operators provided by this class. Task-number: QTBUG-119433 Pick-to: 6.7 Change-Id: Ifde49fb60aa50b733a35aa01c7a031b82fb06836 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/corelib/global/qfloat16.cpp')
-rw-r--r--src/corelib/global/qfloat16.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/corelib/global/qfloat16.cpp b/src/corelib/global/qfloat16.cpp
index b64c0b800d..f6f782e364 100644
--- a/src/corelib/global/qfloat16.cpp
+++ b/src/corelib/global/qfloat16.cpp
@@ -23,6 +23,15 @@ QT_IMPL_METATYPE_EXTERN(qfloat16)
\inheaderfile QFloat16
\brief Provides 16-bit floating point support.
+ \compares partial
+ \compareswith partial float double {long double} qint8 quint8 qint16 quint16 \
+ qint32 quint32 long {unsigned long} qint64 quint64
+ \endcompareswith
+ \compareswith partial qint128 quint128
+ Comparison with 128-bit integral types is only supported if Qt provides
+ these types.
+ \endcompareswith
+
The \c qfloat16 class provides support for half-precision (16-bit) floating
point data. It is fully compliant with IEEE 754 as a storage type. This
implies that any arithmetic operation on a \c qfloat16 instance results in