summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfloat16.cpp
Commit message (Expand)AuthorAgeFilesLines
* qfloat16: use new \compares commandIvan Solovev2024-02-201-0/+9
* Doc: QtCore: Fix documentation issuesTopi Reinio2023-10-021-1/+0
* [docs] Fix \since for qHash(qfloat16)Marc Mutz2023-09-191-3/+3
* Fix qHash(qfloat16) to match Qt 6.4 behaviorMarc Mutz2023-09-121-0/+14
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+13
* qfloat16: remove the metatype dependencyThiago Macieira2022-11-281-0/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-141-0/+37
* qsimd_p.h: let the generator script generate the ARCH target stringsThiago Macieira2022-02-191-10/+3
* Fix bootstrapped AVX512 codeAllan Sandfeld Jensen2022-02-171-7/+13
* Only use inlined target functions when supportedAllan Sandfeld Jensen2022-02-021-1/+1
* qfloat16: add AVX512VL qfloat16 conversion tailThiago Macieira2022-02-011-0/+37
* qfloat16/F16C: rewrite the F16C conversion with overlappingThiago Macieira2022-01-281-14/+62
* qfloat16: add missing staticThiago Macieira2022-01-281-2/+2
* qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabledThiago Macieira2022-01-281-3/+3
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-0/+2
* qfloat16: re-merge the F16C content into qfloat16.cppThiago Macieira2021-10-131-13/+29
* Add uninitialized constructor to qfloat16Allan Sandfeld Jensen2020-12-071-0/+7
* Remove QT_NO_FLOAT16_OPERATORS macroVolker Hilsheimer2020-10-281-13/+0
* Replace see-alsos in qfloat16 documentation with \overloadVolker Hilsheimer2020-10-261-19/+16
* Document run-time acceleration of using the conversions functionsAllan Sandfeld Jensen2020-07-301-0/+10
* Doc: Fix documentation for class qfloat16Topi Reinio2020-03-101-21/+23
* Fix missing return-type in doc of qfloat16::copySign()Edward Welbourne2020-03-031-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Check for (__ARM_FP & 2) to verify 16-bit FP supportAllan Sandfeld Jensen2020-02-011-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-4/+4
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-4/+4
* | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-061-0/+8
|/
* Correct handling of -qfloat16(0)Edward Welbourne2019-10-031-1/+1
* Fix documentation of qfloat16Edward Welbourne2019-09-271-3/+44
* qfloat16: Check in the tables to GitThiago Macieira2019-06-031-0/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+13
|\
| * Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-101-0/+13
* | Implement qFpClassify(qfloat16)Edward Welbourne2019-04-241-0/+13
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-8/+8
* | Simplify finite/NaN testing for qfloat16Edward Welbourne2019-03-261-7/+10
|/
* Document the new qfloat16 functions with the other qfloat16 functionsAllan Sandfeld Jensen2018-01-241-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-12/+12
|\
* | qfloat16_f16c.c: inline in qfloat16.cpp if F16C is permitted in thereThiago Macieira2017-12-151-2/+14
* | Fix qFloatFromFloat16_fast on NEONAllan Sandfeld Jensen2017-11-231-1/+1
* | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-211-0/+85
|/
* improve docs for qfloat16Glen Mabey2017-05-171-1/+5
* Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-211-18/+0
* Fix is_iec559 assert on GHS compilerKimmo Ollila2017-02-151-0/+13
* New qfloat16 classGlen Mabey2017-01-311-0/+117