summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qfloat16.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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